summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua13
1 files changed, 13 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 6b5e9fa..1e2fa51 100644
--- a/init.lua
+++ b/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",