Merge pull request #7 from AntumMT/recipe_fixes
Fix conflicting outside corner recipes
This commit is contained in:
commit
fe98461626
@ -235,9 +235,9 @@ minetest.register_craft({
|
||||
minetest.register_craft({
|
||||
output = "myroofs:asphalt_shingle_"..color.."_ocorner 3",
|
||||
recipe = {
|
||||
{"", "",""},
|
||||
{"", "myroofs:asphalt_shingle_"..color.."_bundle",""},
|
||||
{"", "myroofs:asphalt_shingle_"..color.."_bundle","myroofs:asphalt_shingle_"..color.."_bundle"},
|
||||
{"", "", ""},
|
||||
{"", "myroofs:asphalt_shingle_"..color.."_bundle", ""},
|
||||
{"myroofs:asphalt_shingle_"..color.."_bundle", "", "myroofs:asphalt_shingle_"..color.."_bundle"},
|
||||
}
|
||||
})
|
||||
end
|
||||
|
@ -237,9 +237,9 @@ minetest.register_craft({
|
||||
minetest.register_craft({
|
||||
output = "myroofs:asphalt_shingle_"..color.."_ocorner 3",
|
||||
recipe = {
|
||||
{"", "",""},
|
||||
{"", item,""},
|
||||
{"", item,item},
|
||||
{"", "", ""},
|
||||
{"", item, ""},
|
||||
{item, "", item},
|
||||
}
|
||||
})
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user