mirror of
https://github.com/mt-mods/pipeworks.git
synced 2025-09-15 21:15:22 +02:00
don't add active furnace to creative inv
This commit is contained in:
@@ -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 = {
|
tube = {
|
||||||
insert_object = function(pos,node,stack,direction)
|
insert_object = function(pos,node,stack,direction)
|
||||||
local meta = minetest.get_meta(pos)
|
local meta = minetest.get_meta(pos)
|
||||||
|
Reference in New Issue
Block a user