Merge ecaacc8577 into 9bc10bd391
This commit is contained in:
commit
0cd7695702
|
|
@ -0,0 +1,14 @@
|
||||||
|
elements.liquid_wall = {
|
||||||
|
color: "#808080",
|
||||||
|
behavior: behaviors.LIQUID,
|
||||||
|
category: "Liquids",
|
||||||
|
state: "liquid",
|
||||||
|
}
|
||||||
|
|
||||||
|
elements.liquid_e_wall = {
|
||||||
|
color: "#808080",
|
||||||
|
behavior: behaviors.LIQUID,
|
||||||
|
category: "Liquids",
|
||||||
|
state: "liquid",
|
||||||
|
conduct: 1
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue