mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-13 13:20:23 +02:00
fix our sheep texture
This commit is contained in:
mods/mobs
@ -155,7 +155,7 @@ minetest.register_entity("mobs:sheep", {
|
||||
visual = "mesh",
|
||||
mesh = "mobs_sheep.b3d",
|
||||
visual_size = {x = 1, y = 1},
|
||||
textures = {"mobs_sheep.png"},
|
||||
textures = {"mobs_sheep_white.png"},
|
||||
velocity = {x = 0, y = 0, z = 0},
|
||||
collisionbox = {-0.4, -1, -0.4, 0.4, 0.3, 0.4},
|
||||
is_visible = true,
|
||||
|
Binary file not shown.
Before ![]() (image error) Size: 3.2 KiB |
Binary file not shown.
Before ![]() (image error) Size: 774 B After ![]() (image error) Size: 3.2 KiB ![]() ![]() |
Reference in New Issue
Block a user