1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-15 18:57:08 +00:00

DevTest: Use 4dir for chests

This commit is contained in:
Wuzzy 2022-10-09 14:52:36 +02:00 committed by sfan5
parent 9f11753930
commit 11d1a9cc37
3 changed files with 3 additions and 3 deletions

View file

@ -48,7 +48,7 @@ minetest.register_node("chest_of_everything:chest", {
tiles ={"chest_of_everything_chest.png^[sheet:2x2:0,0", "chest_of_everything_chest.png^[sheet:2x2:0,0",
"chest_of_everything_chest.png^[sheet:2x2:1,0", "chest_of_everything_chest.png^[sheet:2x2:1,0",
"chest_of_everything_chest.png^[sheet:2x2:1,0", "chest_of_everything_chest.png^[sheet:2x2:0,1"},
paramtype2 = "facedir",
paramtype2 = "4dir",
groups = {dig_immediate=2,choppy=3},
is_ground_content = false,
on_construct = function(pos)