cat fixes
This commit is contained in:
parent
14ad649bea
commit
abfc502485
|
|
@ -501,6 +501,7 @@ if(enabledMods.includes(loonaMod) && enabledMods.includes(fireMod) && enabledMod
|
||||||
value: 0,
|
value: 0,
|
||||||
oldColor: null
|
oldColor: null
|
||||||
},
|
},
|
||||||
|
category: "powders",
|
||||||
fireColor: ["#08a953", "#2ea332", "#d1e0d3"],
|
fireColor: ["#08a953", "#2ea332", "#d1e0d3"],
|
||||||
tempHigh: 1757,
|
tempHigh: 1757,
|
||||||
behavior: behaviors.POWDER,
|
behavior: behaviors.POWDER,
|
||||||
|
|
@ -637,8 +638,9 @@ if(enabledMods.includes(loonaMod) && enabledMods.includes(fireMod) && enabledMod
|
||||||
tick: function(pixel) { heejinitoidTick(pixel) },
|
tick: function(pixel) { heejinitoidTick(pixel) },
|
||||||
excludeVelocity: true, //wall shouldn't move
|
excludeVelocity: true, //wall shouldn't move
|
||||||
tempHigh: 837,
|
tempHigh: 837,
|
||||||
|
hidden: true,
|
||||||
stateHigh: "molten_heejinite",
|
stateHigh: "molten_heejinite",
|
||||||
category: "solids",
|
category: "powders",
|
||||||
state: "solid",
|
state: "solid",
|
||||||
density: 1412,
|
density: 1412,
|
||||||
stain: 0.1,
|
stain: 0.1,
|
||||||
|
|
@ -890,6 +892,7 @@ if(enabledMods.includes(loonaMod) && enabledMods.includes(fireMod) && enabledMod
|
||||||
value: 0,
|
value: 0,
|
||||||
oldColor: null
|
oldColor: null
|
||||||
},
|
},
|
||||||
|
category: "powders",
|
||||||
behaviorOn: [
|
behaviorOn: [
|
||||||
"XX|CR:water%0.1|XX",
|
"XX|CR:water%0.1|XX",
|
||||||
"CR:water%0.1|XX|CR:water%0.1",
|
"CR:water%0.1|XX|CR:water%0.1",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue