15 lines
246 B
JavaScript
15 lines
246 B
JavaScript
|
|
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
|
||
|
|
}
|