Compare commits

..

3 Commits

Author SHA1 Message Date
f3083568c7 Corrige compatibilité avec le mod factions 2019-12-29 16:12:24 +01:00
082e2b63d7 Merge branch 'master' of yunohost.local:mtcontrib/banners into nalc-1.2-dev 2019-12-21 13:24:17 +01:00
Thomas Rudin
a6b1a280b4 alternate recipe 2019-08-19 10:31:57 +02:00
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