Fixed finial typo

This commit is contained in:
shamoanjac 2016-08-14 12:28:21 +02:00
parent 6076d53459
commit 015d1fbed5
1 changed files with 2 additions and 2 deletions

View File

@ -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 = {
{"", "default:gold_ingot", "default:gold_ingot"},
{"", "default:gold_ingot", "default:gold_ingot"},