Merge pull request #5 from myoung008/master
Added recipe for industrial beehive
This commit is contained in:
commit
28e1312d42
8
init.lua
8
init.lua
@ -791,6 +791,14 @@
|
|||||||
return 0
|
return 0
|
||||||
end,
|
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
|
end
|
||||||
|
|
||||||
print('[Mod]Bees Loaded!')
|
print('[Mod]Bees Loaded!')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user