mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-23 08:20:21 +01:00
fix our sheep texture
This commit is contained in:
parent
87a9feb1ca
commit
b38df03d76
@ -155,7 +155,7 @@ minetest.register_entity("mobs:sheep", {
|
|||||||
visual = "mesh",
|
visual = "mesh",
|
||||||
mesh = "mobs_sheep.b3d",
|
mesh = "mobs_sheep.b3d",
|
||||||
visual_size = {x = 1, y = 1},
|
visual_size = {x = 1, y = 1},
|
||||||
textures = {"mobs_sheep.png"},
|
textures = {"mobs_sheep_white.png"},
|
||||||
velocity = {x = 0, y = 0, z = 0},
|
velocity = {x = 0, y = 0, z = 0},
|
||||||
collisionbox = {-0.4, -1, -0.4, 0.4, 0.3, 0.4},
|
collisionbox = {-0.4, -1, -0.4, 0.4, 0.3, 0.4},
|
||||||
is_visible = true,
|
is_visible = true,
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 3.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 774 B After Width: | Height: | Size: 3.2 KiB |
Loading…
Reference in New Issue
Block a user