summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2014-07-05 18:59:32 -0500
committercheapie <no-email-for-you@example.com>2014-07-05 18:59:32 -0500
commitfa06095ad96d15b8c0535438d70d3c9d3dc29dce (patch)
treed3ae8a9ab6f89b248e2e4448ec036fb4842b5233
parent0c287cd143a7fe90a5be35546810867b4021afa1 (diff)
downloadplasticbox-fa06095ad96d15b8c0535438d70d3c9d3dc29dce.tar
plasticbox-fa06095ad96d15b8c0535438d70d3c9d3dc29dce.tar.gz
plasticbox-fa06095ad96d15b8c0535438d70d3c9d3dc29dce.tar.bz2
plasticbox-fa06095ad96d15b8c0535438d70d3c9d3dc29dce.tar.xz
plasticbox-fa06095ad96d15b8c0535438d70d3c9d3dc29dce.zip
Remove grinder recipes, because they crash Technic for no apparent reason now.
-rw-r--r--init.lua36
1 files changed, 0 insertions, 36 deletions
diff --git a/init.lua b/init.lua
index 1b7fa46..256f972 100644
--- a/init.lua
+++ b/init.lua
@@ -146,42 +146,7 @@ minetest.register_craft( {
},
})
---Register crafts for plastic powder
-if minetest.get_modpath("technic") then
- local grinder_recipes = {
- {"pipeworks:accelerator_tube_1", "plasticbox:plastic_powder 1"},
- {"pipeworks:conductor_tube_off_1", "plasticbox:plastic_powder 1"},
- {"pipeworks:crossing_tube_1", "plasticbox:plastic_powder 1"},
- {"pipeworks:detector_tube_off_1", "plasticbox:plastic_powder 1"},
- {"pipeworks:mese_sand_tube_1", "plasticbox:plastic_powder 1"},
- {"pipeworks:mese_tube_000000", "plasticbox:plastic_powder 1"},
- {"pipeworks:one_way_tube", "plasticbox:plastic_powder 1"},
- {"pipeworks:sand_tube_1", "plasticbox:plastic_powder 1"},
- {"pipeworks:teleport_tube_1", "plasticbox:plastic_powder 1"},
- {"pipeworks:tube_1", "plasticbox:plastic_powder 1"},
- {"plasticbox:plasticbox", "plasticbox:plastic_powder 2"},
- {"plasticbox:plasticbox_black", "plasticbox:plastic_powder 2"},
- {"plasticbox:plasticbox_blue", "plasticbox:plastic_powder 2"},
- {"plasticbox:plasticbox_brown", "plasticbox:plastic_powder 2"},
- {"plasticbox:plasticbox_cyan", "plasticbox:plastic_powder 2"},
- {"plasticbox:plasticbox_darkgreen", "plasticbox:plastic_powder 2"},
- {"plasticbox:plasticbox_darkgrey", "plasticbox:plastic_powder 2"},
- {"plasticbox:plasticbox_green", "plasticbox:plastic_powder 2"},
- {"plasticbox:plasticbox_grey", "plasticbox:plastic_powder 2"},
- {"plasticbox:plasticbox_magenta", "plasticbox:plastic_powder 2"},
- {"plasticbox:plasticbox_orange", "plasticbox:plastic_powder 2"},
- {"plasticbox:plasticbox_pink", "plasticbox:plastic_powder 2"},
- {"plasticbox:plasticbox_red", "plasticbox:plastic_powder 2"},
- {"plasticbox:plasticbox_violet", "plasticbox:plastic_powder 2"},
- {"plasticbox:plasticbox_white", "plasticbox:plastic_powder 2"},
- {"plasticbox:plasticbox_yellow", "plasticbox:plastic_powder 2"},
- {"homedecor:plastic_sheeting", "plasticbox:plastic_powder 1"}
- }
- for _, data in pairs(grinder_recipes) do
- technic.register_grinder_recipe({input=data[1], output=data[2]})
- end
-else
minetest.register_craft( {
output = "homedecor:plastic_sheeting 7",
recipe = {
@@ -189,7 +154,6 @@ minetest.register_craft( {
{ "plasticbox:plasticbox", "plasticbox:plasticbox" },
},
})
-end
minetest.register_craft({
type = "cooking",