forked from VoxeLibre/VoxeLibre
Make doors appear in redstone category of creative
This commit is contained in:
parent
51db4a21ed
commit
85c304a0c8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue