mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-19 16:50:31 +01:00
Add a new texture for cow
A very interesting and detailed texture from Mobs_plus
This commit is contained in:
parent
c781f7c707
commit
759d36f6a1
@ -8,8 +8,9 @@ mobs:register_mob("mobs:cow", {
|
||||
collisionbox = {-0.4, -0.01, -0.4, 0.4, 1, 0.4},
|
||||
--textures = {"mobs_cow.png"},
|
||||
available_textures = {
|
||||
total = 1,
|
||||
total = 2,
|
||||
texture_1 = {"mobs_cow.png"},
|
||||
texture_2 = {"mobs_cow_brown.png"},
|
||||
},
|
||||
visual = "mesh",
|
||||
mesh = "mobs_cow.x",
|
||||
|
BIN
mods/mobs/models/mobs_cow_brown.png
Executable file
BIN
mods/mobs/models/mobs_cow_brown.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
Loading…
Reference in New Issue
Block a user