minor state bugfix
This commit is contained in:
parent
63a45557cf
commit
3b8326fab1
|
|
@ -482,7 +482,7 @@ Proper classification of limestone in comments
|
||||||
color: ["#b27853", "#d1a784", "#d1a784", "#d4996e"],
|
color: ["#b27853", "#d1a784", "#d1a784", "#d4996e"],
|
||||||
behavior: behaviors.WALL,
|
behavior: behaviors.WALL,
|
||||||
tempHigh: 1500,
|
tempHigh: 1500,
|
||||||
stateHigh: "glass",
|
stateHigh: "molten_glass",
|
||||||
category: "land",
|
category: "land",
|
||||||
state: "solid",
|
state: "solid",
|
||||||
density: 2323, //wide range
|
density: 2323, //wide range
|
||||||
|
|
@ -521,8 +521,10 @@ Proper classification of limestone in comments
|
||||||
],
|
],
|
||||||
temperature: 38
|
temperature: 38
|
||||||
};
|
};
|
||||||
|
|
||||||
|
//Irradiated version in more_worlds.js
|
||||||
|
|
||||||
//Grains > 2 mm
|
//Grains > 2 mm
|
||||||
|
|
||||||
//Angular fragments
|
//Angular fragments
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue