mirror of
https://github.com/cheapie/plasticbox.git
synced 2024-12-04 13:13:46 +01:00
Finished recycling
This commit is contained in:
parent
81d0f28e29
commit
bff97193d2
13
init.lua
13
init.lua
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user