mirror of
https://codeberg.org/tenplus1/mobs_animal.git
synced 2024-12-22 17:00:26 +01:00
added new animal inventory textures (thanks sirrobzeroone)
This commit is contained in:
parent
4259e9a6b1
commit
9e2f3813b3
@ -83,4 +83,4 @@ if minetest.get_modpath("ethereal") then
|
||||
})
|
||||
end
|
||||
|
||||
mobs:register_egg("mobs_animal:panda", S("Panda"), "wool_green.png", 1)
|
||||
mobs:register_egg("mobs_animal:panda", S("Panda"), "mobs_panda_inv.png")
|
||||
|
@ -70,4 +70,4 @@ mobs:spawn({
|
||||
})
|
||||
|
||||
|
||||
mobs:register_egg("mobs_animal:penguin", S("Penguin"), "default_snow.png", 1)
|
||||
mobs:register_egg("mobs_animal:penguin", S("Penguin"), "mobs_penguin_inv.png")
|
||||
|
2
rat.lua
2
rat.lua
@ -79,7 +79,7 @@ mobs:spawn({
|
||||
})
|
||||
|
||||
|
||||
mobs:register_egg("mobs_animal:rat", S("Rat"), "mobs_rat_inventory.png", 0)
|
||||
mobs:register_egg("mobs_animal:rat", S("Rat"), "mobs_rat_inv.png")
|
||||
|
||||
|
||||
mobs:alias_mob("mobs:rat", "mobs_animal:rat") -- compatibility
|
||||
|
@ -196,7 +196,7 @@ for _, col in ipairs(all_colours) do
|
||||
end
|
||||
})
|
||||
|
||||
mobs:register_egg("mobs_animal:sheep_"..col[1], S("@1 Sheep", col[2]), "wool_"..col[1]..".png", 1)
|
||||
mobs:register_egg("mobs_animal:sheep_"..col[1], S("@1 Sheep", col[2]), "wool_"..col[1]..".png^mobs_sheep_inv.png")
|
||||
|
||||
-- compatibility
|
||||
mobs:alias_mob("mobs:sheep_" .. col[1], "mobs_animal:sheep_" .. col[1])
|
||||
|
BIN
textures/mobs_panda_inv.png
Normal file
BIN
textures/mobs_panda_inv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 378 B |
BIN
textures/mobs_penguin_inv.png
Normal file
BIN
textures/mobs_penguin_inv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 312 B |
BIN
textures/mobs_rat_inv.png
Normal file
BIN
textures/mobs_rat_inv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 432 B |
Binary file not shown.
Before Width: | Height: | Size: 565 B |
BIN
textures/mobs_sheep_inv.png
Normal file
BIN
textures/mobs_sheep_inv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 401 B |
Loading…
Reference in New Issue
Block a user