Update ExtraMachines.js

This commit is contained in:
Mecoolnotcool 2024-03-17 15:31:39 -05:00 committed by GitHub
parent e249837812
commit 18ff6466d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 5 deletions

View File

@ -1225,8 +1225,11 @@ elements.e_grinder = {
insulate: true,
}
// elements.cementMix = {
// }
elements.quickSand = {
color: elements.sand.color,
category: "land",
state: "liquid",
behavior : behaviors.POWDER, //did this as a joke to see if it works lol
density: 500,
conduct: 0.02,
}