mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-06-06 22:04:25 -04:00
Add sandstone wall to Walls mod
Adding sandstone as a building material for the Walls mod.
This commit is contained in:
parent
1977ae19ae
commit
8bc3dc4e89
1 changed files with 2 additions and 0 deletions
|
@ -59,3 +59,5 @@ walls.register("walls:mossycobble", "Mossy Cobblestone Wall", "default_mossycobb
|
|||
walls.register("walls:desertcobble", "Desert Cobblestone Wall", "default_desert_cobble.png",
|
||||
"default:desert_cobble", default.node_sound_stone_defaults())
|
||||
|
||||
walls.register("walls:sandstone", "Sandstone Wall", "default_sandstone.png",
|
||||
"default:sandstone", default.node_sound_stone_defaults())
|
||||
|
|
Loading…
Add table
Reference in a new issue