mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-16 07:20:31 +01:00
added new cow model and texture.
remove old cow texture and model move minotaur.blend in other_things
This commit is contained in:
parent
c9ba04f339
commit
bbbd2927d2
|
@ -16,7 +16,7 @@ mobs:register_mob("mobs:cow", {
|
||||||
-- textures and model
|
-- textures and model
|
||||||
collisionbox = {-0.8, 0, -0.8, 0.8, 1.6, 0.8}, --Modif MFF (debug)
|
collisionbox = {-0.8, 0, -0.8, 0.8, 1.6, 0.8}, --Modif MFF (debug)
|
||||||
visual = "mesh",
|
visual = "mesh",
|
||||||
mesh = "mobs_cow.x",
|
mesh = "mobs_cow.b3d",
|
||||||
textures = {
|
textures = {
|
||||||
{"mobs_cow.png"},
|
{"mobs_cow.png"},
|
||||||
--{"mobs_cow_brown.png"}, -- dé-commenter quand "mobs_cow_brown.png" sera compatible
|
--{"mobs_cow_brown.png"}, -- dé-commenter quand "mobs_cow_brown.png" sera compatible
|
||||||
|
|
BIN
mods/mobs/models/mobs_cow.b3d
Normal file
BIN
mods/mobs/models/mobs_cow.b3d
Normal file
Binary file not shown.
File diff suppressed because it is too large
Load Diff
BIN
mods/mobs/textures/mobs_cow.png
Executable file → Normal file
BIN
mods/mobs/textures/mobs_cow.png
Executable file → Normal file
Binary file not shown.
Before Width: | Height: | Size: 941 B After Width: | Height: | Size: 20 KiB |
Binary file not shown.
Before Width: | Height: | Size: 47 KiB |
Loading…
Reference in New Issue
Block a user