Added recipe for industrial beehive

This commit is contained in:
Marc Young 2015-09-27 12:23:20 -06:00
parent 68142731f3
commit 557c9110f9

View File

@ -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!')