random_things.js fixed reaction error (probably)
This commit is contained in:
parent
e3b2bbc6c9
commit
8d9d075693
|
|
@ -34,7 +34,7 @@ runAfterLoad(function() {
|
||||||
state: "liquid",
|
state: "liquid",
|
||||||
density: 2000,
|
density: 2000,
|
||||||
excludeRandom: true,
|
excludeRandom: true,
|
||||||
reactions {
|
reactions: {
|
||||||
"magma": { "elem1": "armageddon", "elem2": null },
|
"magma": { "elem1": "armageddon", "elem2": null },
|
||||||
"void": { "elem1": "light", "elm2": null },
|
"void": { "elem1": "light", "elm2": null },
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue