remove double crafting recipes

This commit is contained in:
Niklp09 2022-09-24 12:14:07 +02:00
parent a598fa3067
commit f3970cc6fa
11 changed files with 0 additions and 129 deletions

View File

@ -129,13 +129,6 @@ homedecor.register("ceiling_fan", {
key = "node_sound_glass_defaults",
},
crafts = {
{
recipe = {
{ "basic_materials:motor" },
{ "homedecor:fan_blades" },
{ "homedecor:glowlight_small_cube" }
}
},
{
recipe = {
{ "basic_materials:motor" },

View File

@ -104,14 +104,6 @@ homedecor.register("stonepath", {
key = "node_sound_stone_defaults",
},
crafts = {
{
output = "homedecor:stonepath 16",
recipe = {
{ "slab_stone","","slab_stone" },
{ "","slab_stone","" },
{ "slab_stone","","slab_stone" }
},
},
{
output = "homedecor:stonepath 16",
recipe = {
@ -248,13 +240,6 @@ homedecor.register("swing", {
end
end,
crafts = {
{
recipe = {
{ "string","","string" },
{ "string","","string" },
{ "string","slab_wood","string" }
},
},
{
recipe = {
{ "string","","string" },

View File

@ -677,14 +677,6 @@ minetest.register_craft( {
},
})
minetest.register_craft( {
output = "homedecor:dishwasher_wood",
recipe = {
{ "stairs:slab_wood" },
{ "homedecor:dishwasher" },
},
})
minetest.register_craft( {
output = "homedecor:dishwasher_wood",
recipe = {
@ -693,14 +685,6 @@ minetest.register_craft( {
},
})
minetest.register_craft( {
output = "homedecor:dishwasher_wood",
recipe = {
{ "moreblocks:slab_wood_1" },
{ "homedecor:dishwasher" },
},
})
minetest.register_craft( {
output = "homedecor:dishwasher_steel",
recipe = {

View File

@ -21,13 +21,6 @@ homedecor.register("washing_machine", {
selection_box = { type = "regular" },
groups = { snappy = 3, dig_stone=3 },
crafts = {
{
recipe = {
{ "steel_ingot", "steel_ingot", "basic_materials:ic" },
{ "steel_ingot", "water_bucket", "steel_ingot" },
{ "steel_ingot", "basic_materials:motor", "steel_ingot" }
},
},
{
recipe = {
{ "steel_ingot", "steel_ingot", "basic_materials:ic" },
@ -58,13 +51,6 @@ homedecor.register("dryer", {
selection_box = { type = "regular" },
groups = { snappy = 3, dig_stone=3 },
crafts = {
{
recipe = {
{ "steel_ingot", "steel_ingot", "basic_materials:ic" },
{ "steel_ingot", "empty_bucket", "basic_materials:motor" },
{ "steel_ingot", "basic_materials:heating_element", "steel_ingot" }
},
},
{
recipe = {
{ "steel_ingot", "steel_ingot", "basic_materials:ic" },

View File

@ -53,13 +53,6 @@ homedecor.register("desk", {
lockable=true,
},
crafts = {
{
recipe = {
{ "slab_wood", "slab_wood", "slab_wood" },
{ "homedecor:drawer_small", "group:wood", "group:wood" },
{ "homedecor:drawer_small", "", "group:wood" },
},
},
{
recipe = {
{ "moreblocks:slab_wood", "moreblocks:slab_wood", "moreblocks:slab_wood" },
@ -93,13 +86,6 @@ homedecor.register("desk_globe", {
key = "node_sound_wood_defaults",
},
crafts = {
{
recipe = {
{ "group:stick", "basic_materials:plastic_sheet", "dye_green" },
{ "group:stick", "basic_materials:plastic_sheet", "basic_materials:plastic_sheet" },
{ "group:stick", "slab_wood", "dye_blue" }
},
},
{
recipe = {
{ "group:stick", "basic_materials:plastic_sheet", "dye_green" },

View File

@ -71,15 +71,6 @@ minetest.register_craft({
}
})
minetest.register_craft({
output = "lrfurn:armchair",
recipe = {
{"wool:white", "", "", },
{"moreblocks:slab_wood", "", "", },
{"group:stick", "", "", }
}
})
unifieddyes.register_color_craft({
output = "lrfurn:armchair",
palette = "wallmounted",

View File

@ -57,15 +57,6 @@ minetest.register_craft({
}
})
minetest.register_craft({
output = "lrfurn:longsofa",
recipe = {
{homedecor.materials.wool_white, homedecor.materials.wool_white, homedecor.materials.wool_white, },
{"moreblocks:slab_wood", "moreblocks:slab_wood", "moreblocks:slab_wood", },
{"group:stick", "group:stick", "group:stick", }
}
})
unifieddyes.register_color_craft({
output = "lrfurn:longsofa",
palette = "wallmounted",

View File

@ -241,15 +241,6 @@ minetest.register_craft( {
},
})
minetest.register_craft( {
output = "homedecor:bench_large_2_left",
recipe = {
{ "homedecor:shutter_oak", "homedecor:shutter_oak", "homedecor:shutter_oak" },
{ "group:wood", "group:wood", "group:wood" },
{ "moreblocks:slab_wood", "", "moreblocks:slab_wood" }
},
})
minetest.register_craft( {
output = "homedecor:simple_bench",
recipe = {
@ -258,15 +249,6 @@ minetest.register_craft( {
},
})
minetest.register_craft( {
output = "homedecor:simple_bench",
recipe = {
{ "moreblocks:slab_wood", "moreblocks:slab_wood", "moreblocks:slab_wood" },
{ "moreblocks:slab_wood", "", "moreblocks:slab_wood" }
},
})
minetest.register_craft({
output = "homedecor:deckchair",
recipe = {

View File

@ -57,15 +57,6 @@ minetest.register_craft({
}
})
minetest.register_craft({
output = "lrfurn:sofa",
recipe = {
{homedecor.materials.wool_white, homedecor.materials.wool_white, "", },
{"moreblocks:slab_wood", "moreblocks:slab_wood", "", },
{"group:stick", "group:stick", "", }
}
})
unifieddyes.register_color_craft({
output = "lrfurn:sofa",
palette = "wallmounted",

View File

@ -115,15 +115,6 @@ minetest.register_craft({
}
})
minetest.register_craft({
output = "lrfurn:coffeetable",
recipe = {
{"", "", "", },
{"moreblocks:slab_wood", "moreblocks:slab_wood", "moreblocks:slab_wood", },
{"group:stick", "", "group:stick", }
}
})
if minetest.settings:get("log_mods") then
minetest.log("action", "[lrfurn/coffeetable] Loaded!")
end

View File

@ -50,15 +50,6 @@ minetest.register_craft({
}
})
minetest.register_craft({
output = "lrfurn:endtable",
recipe = {
{"", "", "", },
{"moreblocks:slab_wood", "moreblocks:slab_wood", "", },
{"group:stick", "group:stick", "", }
}
})
if minetest.settings:get("log_mods") then
minetest.log("action", "[lrfurn/endtable] Loaded!")
end