rainbow magma has intermediate viscosity
This commit is contained in:
parent
fc5cda1684
commit
ee5f63c446
|
|
@ -1,4 +1,4 @@
|
||||||
//lily made some stupid things
|
//i made some stupid things
|
||||||
|
|
||||||
//TPT reference
|
//TPT reference
|
||||||
elements.warp = {
|
elements.warp = {
|
||||||
|
|
@ -849,13 +849,13 @@ elements.rainbow_magma = {
|
||||||
behavior: behaviors.MOLTEN,
|
behavior: behaviors.MOLTEN,
|
||||||
temp: 1300,
|
temp: 1300,
|
||||||
tempLow: 1271,
|
tempLow: 1271,
|
||||||
stateLow: ["rainbow_stone_2", "rainbow_stone_2", "rainbow_stone_2", "rainbow_stone_2", "rainbow_stone"],
|
stateLow: ["rainbow_stone_2", "rainbow_stone_2", "rainbow_stone"],
|
||||||
category: "liquids",
|
category: "liquids",
|
||||||
state: "solid",
|
state: "solid",
|
||||||
density: 2562,
|
density: 2562,
|
||||||
hardness: 0.7,
|
hardness: 0.7,
|
||||||
breakInto: "rainbow_magma",
|
breakInto: "rainbow_magma",
|
||||||
viscosity: 11000,
|
viscosity: 3452400,
|
||||||
};
|
};
|
||||||
|
|
||||||
elements.rainbow_stone_2 = {
|
elements.rainbow_stone_2 = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue