added new animal inventory textures (thanks sirrobzeroone)

This commit is contained in:
TenPlus1 2019-06-02 10:53:50 +01:00
부모 4259e9a6b1
커밋 9e2f3813b3
9개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제

파일 보기

@ -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")

파일 보기

@ -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

Binary file not shown.

After

Width:  |  Height:  |  크기: 378 B

Binary file not shown.

After

Width:  |  Height:  |  크기: 312 B

BIN
textures/mobs_rat_inv.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  크기: 432 B

Binary file not shown.

Before

Width:  |  Height:  |  크기: 565 B

BIN
textures/mobs_sheep_inv.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  크기: 401 B