mirror of
https://github.com/pandorabox-io/banners.git
synced 2025-07-12 21:30:31 +02:00
Changed default:wood to group:wood
This commit is contained in:
2
init.lua
2
init.lua
@ -345,7 +345,7 @@ minetest.register_craft( -- wooden flag support base
|
|||||||
recipe = {
|
recipe = {
|
||||||
{"", "default:stick", ""},
|
{"", "default:stick", ""},
|
||||||
{"default:stick", "", "default:stick"},
|
{"default:stick", "", "default:stick"},
|
||||||
{"default:wood", "default:wood", "default:wood"}
|
{"group:wood", "group:wood", "group:wood"}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user