From 11d1a9cc374cb4ac2104de734978d0a5061ec069 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sun, 9 Oct 2022 14:52:36 +0200 Subject: DevTest: Use 4dir for chests --- games/devtest/mods/chest_of_everything/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/devtest/mods/chest_of_everything/init.lua') diff --git a/games/devtest/mods/chest_of_everything/init.lua b/games/devtest/mods/chest_of_everything/init.lua index 11e890dec..11bc93d21 100644 --- a/games/devtest/mods/chest_of_everything/init.lua +++ b/games/devtest/mods/chest_of_everything/init.lua @@ -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) -- cgit v1.2.3