Make doors appear in redstone category of creative

This commit is contained in:
Wuzzy 2017-03-12 05:19:32 +01:00
parent 51db4a21ed
commit 85c304a0c8
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ function mcl_doors:register_door(name, def)
description = def.description,
inventory_image = def.inventory_image,
stack_max = 64,
groups = { mesecon_conductor_craftable = 1 },
on_place = function(itemstack, placer, pointed_thing)
if not pointed_thing.type == "node" then
return itemstack