From 12b2f368317055acc33ce21b4019e3a60cd00ebc Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Fri, 13 Nov 2020 00:43:30 +0100 Subject: [PATCH] Remove 2 sand tube recipes that used ash --- mods/pipeworks/crafts.lua | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/mods/pipeworks/crafts.lua b/mods/pipeworks/crafts.lua index 0cb5358..2dc44cb 100644 --- a/mods/pipeworks/crafts.lua +++ b/mods/pipeworks/crafts.lua @@ -156,15 +156,6 @@ minetest.register_craft( { }, }) -minetest.register_craft( { - output = "pipeworks:sand_tube_1 2", - recipe = { - { "hades_materials:plastic_sheeting", "hades_materials:plastic_sheeting", "hades_materials:plastic_sheeting" }, - { "hades_core:ash", "hades_core:ash", "hades_core:ash" }, - { "hades_materials:plastic_sheeting", "hades_materials:plastic_sheeting", "hades_materials:plastic_sheeting" } - }, -}) - minetest.register_craft( { output = "pipeworks:sand_tube_1 2", recipe = { @@ -181,15 +172,6 @@ minetest.register_craft( { }, }) -minetest.register_craft( { - output = "pipeworks:mese_sand_tube_1 2", - recipe = { - { "hades_materials:plastic_sheeting", "hades_materials:plastic_sheeting", "hades_materials:plastic_sheeting" }, - { "hades_core:ash", "hades_core:mese_crystal", "hades_core:ash" }, - { "hades_materials:plastic_sheeting", "hades_materials:plastic_sheeting", "hades_materials:plastic_sheeting" } - }, -}) - minetest.register_craft( { output = "pipeworks:mese_sand_tube_1 2", recipe = {