update license.txt (need some licenses filled)

This commit is contained in:
tenplus1
2022-12-09 09:53:59 +00:00
parent 1799b4c217
commit 8f5ebf8277
3 changed files with 70 additions and 4 deletions

View File

@ -22,7 +22,7 @@ local all_colours = {
}
-- Sheep by PilzAdam, texture converted to minetest by AMMOnym from Summerfield pack
-- Sheep by PilzAdam/K Pavel, texture converted to minetest by AMMOnym from Summerfield pack
for _, col in ipairs(all_colours) do
@ -35,7 +35,7 @@ for _, col in ipairs(all_colours) do
{name = "mobs:mutton_raw", chance = 1, min = 1, max = 2}
}
mobs:register_mob("mobs_animal:sheep_"..col[1], {
mobs:register_mob("mobs_animal:sheep_" .. col[1], {
stay_near = {"farming:straw", 10},
stepheight = 0.6,
type = "animal",
@ -228,7 +228,7 @@ for _, col in ipairs(all_colours) do
-- spawn egg
mobs:register_egg("mobs_animal:sheep_"..col[1], S("@1 Sheep", col[2]),
"wool_"..col[1]..".png^mobs_sheep_inv.png")
"wool_" .. col[1] .. ".png^mobs_sheep_inv.png")
-- compatibility
mobs:alias_mob("mobs:sheep_" .. col[1], "mobs_animal:sheep_" .. col[1])