physprops
This commit is contained in:
parent
0d4b628ac7
commit
d76dcb23cf
|
|
@ -1,9 +1,9 @@
|
||||||
elements.alkahest = {
|
elements.alkahest = {
|
||||||
color: "#33eeee",
|
color: "#33eeee",
|
||||||
behavior: behaviors.LIQUID_OLD,
|
behavior: behaviors.LIQUID_OLD,
|
||||||
state: "solid",
|
state: "liquid",
|
||||||
category: "special",
|
category: "liquids",
|
||||||
density: 999,
|
density: 3308,
|
||||||
hardness: 1,
|
hardness: 1,
|
||||||
tick: function(pixel) {
|
tick: function(pixel) {
|
||||||
for(i = 0; i < adjacentCoords.length; i++) {
|
for(i = 0; i < adjacentCoords.length; i++) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue