Added recipe for industrial beehive
This commit is contained in:
parent
68142731f3
commit
557c9110f9
8
init.lua
8
init.lua
@ -791,6 +791,14 @@
|
||||
return 0
|
||||
end,
|
||||
})
|
||||
minetest.register_craft({
|
||||
output = 'bees:hive_industrial',
|
||||
recipe = {
|
||||
{'default:steel_ingot','homedecor:plastic_sheeting','default:steel_ingot'},
|
||||
{'pipeworks:tube_1','bees:hive_artificial','pipeworks:tube_1'},
|
||||
{'default:steel_ingot','homedecor:plastic_sheeting','default:steel_ingot'},
|
||||
}
|
||||
})
|
||||
end
|
||||
|
||||
print('[Mod]Bees Loaded!')
|
||||
|
Loading…
x
Reference in New Issue
Block a user