Compare commits

...

3 Commits

2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ minetest.register_craft( -- steel flag pole
output = "banners:steel_pole 1",
recipe = {
{"", "", "default:steel_ingot"},
{"", "default:steel_ingot", ""},
{"default:stick", "default:steel_ingot", "default:stick"},
{"default:steel_ingot", "", ""}
}
}

View File

@ -220,7 +220,7 @@ minetest.register_entity("banners:banner_ent",
}
)
if minetest.get_modpath("factions") then
if minetest.get_modpath("fac") then
dofile(minetest.get_modpath("banners").."/factions.lua")
end