1
0
mirror of https://github.com/pandorabox-io/banners.git synced 2025-01-08 00:50:32 +01:00

Fixed finial typo

This commit is contained in:
shamoanjac 2016-08-14 12:28:21 +02:00
parent 6076d53459
commit 015d1fbed5

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 = { 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"},