This commit is contained in:
Pcyahcn142857 2026-02-18 00:12:34 +01:00 committed by GitHub
commit 0cd7695702
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
}