forked from mtcontrib/pipeworks
don't add active furnace to creative inv
This commit is contained in:
parent
a7d8d99913
commit
487007f2a4
|
@ -59,7 +59,7 @@ minetest.override_item("default:furnace_active", {
|
|||
},
|
||||
}
|
||||
},
|
||||
groups = {cracky=2, tubedevice = 1, tubedevice_receiver = 1 },
|
||||
groups = {cracky=2, tubedevice = 1, tubedevice_receiver = 1, not_in_creative_inventory = 1 },
|
||||
tube = {
|
||||
insert_object = function(pos,node,stack,direction)
|
||||
local meta = minetest.get_meta(pos)
|
||||
|
|
Loading…
Reference in New Issue
Block a user