Move doors to blocks section in Creative

master
Wuzzy 2021-10-09 12:10:02 +02:00
parent 329d1e70b4
commit b07395465a
1 changed files with 1 additions and 1 deletions

View File

@ -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