sandboxels/mods/wine.js

9 lines
168 B
JavaScript
Raw Normal View History

2024-09-15 19:21:34 -04:00
elements.wine = {
2024-09-15 19:47:23 -04:00
color: "#89281D",
2024-09-15 19:21:34 -04:00
behavior: behaviors.LIQUID,
category: "food",
viscosity: 20000,
state: "liquid",
density: 380,
2024-09-15 19:47:23 -04:00
};