Compare commits

..

No commits in common. "nalc-1.2-dev" and "master" have entirely different histories.

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", output = "banners:steel_pole 1",
recipe = { recipe = {
{"", "", "default:steel_ingot"}, {"", "", "default:steel_ingot"},
{"default:stick", "default:steel_ingot", "default:stick"}, {"", "default:steel_ingot", ""},
{"default:steel_ingot", "", ""} {"default:steel_ingot", "", ""}
} }
} }

View File

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