From 7abadb9888673865fc74fc78fdec72fa89cf3c1d Mon Sep 17 00:00:00 2001 From: 1F616EMO Date: Sun, 27 Oct 2024 18:13:58 +0800 Subject: [PATCH] Remove problemic recipe of Vertical wooden roof --- src/nodes_roof.lua | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/nodes_roof.lua b/src/nodes_roof.lua index f654673..c80478f 100644 --- a/src/nodes_roof.lua +++ b/src/nodes_roof.lua @@ -327,7 +327,7 @@ cottages.register_vertical_roof("roof_vertical_asphalt", S("Vertical asphalt roo cottages.register_vertical_roof("roof_vertical_terracotta", S("Vertical terracotta roof"), "cottages_homedecor_shingles_terracotta.png", "default:clay_brick") cottages.register_vertical_roof("roof_vertical_wood", S("Vertical wooden roof"), - "default_tree.png", "default:clay_brick") + "default_tree.png", "group:tree") cottages.register_vertical_roof("roof_vertical_brown", S("Vertical brown shingle roof"), "cottages_homedecor_shingles_wood.png", "default:dirt") cottages.register_vertical_roof("roof_vertical_shingle", S("Vertical shingle roof"), @@ -351,14 +351,6 @@ minetest.register_node("cottages:roof_vertical_wood", { is_ground_content = false, }) - -minetest.register_craft({ - output = "cottages:roof_vertical_wood", - recipe = { - { "default:stone", "group:wood", "group:tree" } - } -}) - --------------------------------------------------------------------------------------- -- Reed might also be needed as a full block ---------------------------------------------------------------------------------------