mirror of
https://github.com/pandorabox-io/banners.git
synced 2025-01-08 17:10:32 +01:00
Fixed finial typo
This commit is contained in:
parent
6076d53459
commit
015d1fbed5
@ -52,9 +52,9 @@ minetest.register_craft( -- silver flag pole
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
minetest.register_craft( -- golden filial
|
minetest.register_craft( -- golden finial
|
||||||
{
|
{
|
||||||
output = "banners:golden_filial",
|
output = "banners:golden_finial",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"", "default:gold_ingot", "default:gold_ingot"},
|
{"", "default:gold_ingot", "default:gold_ingot"},
|
||||||
{"", "default:gold_ingot", "default:gold_ingot"},
|
{"", "default:gold_ingot", "default:gold_ingot"},
|
||||||
|
Loading…
Reference in New Issue
Block a user