Remove 2 sand tube recipes that used ash

master
Wuzzy 2020-11-13 00:43:30 +01:00
parent 2be80da4e8
commit 12b2f36831
1 changed files with 0 additions and 18 deletions

View File

@ -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 = {