Finished recycling

hightime
Carter Kolwey 2014-05-15 19:30:03 -05:00
parent 81d0f28e29
commit bff97193d2
1 changed files with 13 additions and 0 deletions

View File

@ -172,8 +172,21 @@ if minetest.get_modpath("technic") then
technic.register_grinder_recipe({input=data[1], output=data[2]})
end
else
minetest.register_craft( {
output = "homedecor:plastic_sheeting 7",
recipe = {
{ "plasticbox:plasticbox", "plasticbox:plasticbox" },
{ "plasticbox:plasticbox", "plasticbox:plasticbox" },
},
})
end
minetest.register_craft({
type = "cooking",
output = "homedecor:plastic_sheeting",
recipe = "plasticbox:plastic_powder",
})
--Register crafts for colored boxes
minetest.register_craft({
type = "shapeless",