Skip to content

Commit

Permalink
Remove problemic recipe of Vertical wooden roof
Browse files Browse the repository at this point in the history
  • Loading branch information
Emojigit committed Oct 27, 2024
1 parent 35572b2 commit 7abadb9
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/nodes_roof.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand All @@ -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
---------------------------------------------------------------------------------------
Expand Down

0 comments on commit 7abadb9

Please sign in to comment.