Create liquid_walls.js

This commit is contained in:
Pcyahcn142857 2025-05-06 13:15:56 +08:00 committed by GitHub
parent 8de1840c55
commit ecaacc8577
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 14 additions and 0 deletions

14
mods/liquid_walls.js Normal file
View File

@ -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
}