fix molten bismuth
This commit is contained in:
parent
f095e4348d
commit
79835da964
|
|
@ -1589,6 +1589,7 @@ elements.molten_bismuth = {
|
||||||
behavior: behaviors.MOLTEN,
|
behavior: behaviors.MOLTEN,
|
||||||
category: "states",
|
category: "states",
|
||||||
state: "liquid",
|
state: "liquid",
|
||||||
|
temp: 280,
|
||||||
tick: function(pixel){
|
tick: function(pixel){
|
||||||
if (pixel.temp <= 261.4){
|
if (pixel.temp <= 261.4){
|
||||||
pixel.tHue = 0;
|
pixel.tHue = 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue