Update ExtraMachines.js
This commit is contained in:
parent
e249837812
commit
18ff6466d3
|
|
@ -1225,8 +1225,11 @@ elements.e_grinder = {
|
||||||
insulate: true,
|
insulate: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
elements.quickSand = {
|
||||||
|
color: elements.sand.color,
|
||||||
// elements.cementMix = {
|
category: "land",
|
||||||
|
state: "liquid",
|
||||||
// }
|
behavior : behaviors.POWDER, //did this as a joke to see if it works lol
|
||||||
|
density: 500,
|
||||||
|
conduct: 0.02,
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue