From b07395465ae5924f097f6fba9aa5d3349db97ee5 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sat, 9 Oct 2021 12:10:02 +0200 Subject: [PATCH] Move doors to blocks section in Creative --- mods/doors/api.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/doors/api.lua b/mods/doors/api.lua index c980c1d..7563f20 100644 --- a/mods/doors/api.lua +++ b/mods/doors/api.lua @@ -487,7 +487,7 @@ local function register_door_craftitem( name, def ) minetest.register_craftitem( ":" .. name, { description = def.description, inventory_image = def.inventory_image, - + groups = { node = 1 }, on_place = function( itemstack, player, pointed_thing ) local pos