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",
|
visual = "mesh",
|
||||||
mesh = "mobs_mc_zombie_pigman.b3d",
|
mesh = "mobs_mc_zombie_pigman.b3d",
|
||||||
textures = { {
|
textures = { {
|
||||||
"mobs_mc_zombie_pigman.png", --pigman
|
|
||||||
"blank.png", --baby
|
"blank.png", --baby
|
||||||
"default_tool_goldsword.png", --sword
|
"default_tool_goldsword.png", --sword
|
||||||
|
"mobs_mc_zombie_pigman.png", --pigman
|
||||||
} },
|
} },
|
||||||
visual_size = {x=3, y=3},
|
visual_size = {x=3, y=3},
|
||||||
sounds = {
|
sounds = {
|
||||||
|
|
Loading…
Reference in New Issue