Update ExtraMachines.js

This commit is contained in:
Mecoolnotcool 2024-03-11 19:41:02 -05:00 committed by GitHub
parent 590d64c4fe
commit 47841aef14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ elements.coal = {
category: "powders",
state: "solid",
density: 208,
conduct: 0.001
conduct: 0.001,
tick: function(pixel) {
if (pixel.temp > 900 && !pixel.burning) {
@ -73,7 +73,7 @@ elements.coal = {
state: "solid",
stain: 1,
density: 190,
conduct: 0.001
conduct: 0.001,
tick: function(pixel) {
if (pixel.temp > 900 && !pixel.burning) {
@ -174,7 +174,7 @@ elements.solid_coal = {
state: "solid",
breakInto: "coal_dust",
density: 380,
conduct: 0.001
conduct: 0.001,
tick: function(pixel) {
if (pixel.temp > 900 && !pixel.burning) {