forked from VoxeLibre/VoxeLibre
Merge pull request 'fix zpigmen textures' (#2817) from fix_zpigmen into master
Reviewed-on: MineClone2/MineClone2#2817 Reviewed-by: cora <cora@noreply.git.minetest.land>
This commit is contained in:
commit
3e56ca1843
Binary file not shown.
|
@ -33,9 +33,9 @@ local pigman = {
|
|||
visual = "mesh",
|
||||
mesh = "mobs_mc_zombie_pigman.b3d",
|
||||
textures = { {
|
||||
"mobs_mc_zombie_pigman.png", --pigman
|
||||
"blank.png", --baby
|
||||
"default_tool_goldsword.png", --sword
|
||||
"mobs_mc_zombie_pigman.png", --pigman
|
||||
} },
|
||||
visual_size = {x=3, y=3},
|
||||
sounds = {
|
||||
|
|
Loading…
Reference in New Issue