Add illagers to Conversion Table

This commit is contained in:
Wuzzy 2018-05-30 18:48:07 +02:00
parent 8b6f5d3dec
commit 050987bead
5 changed files with 5 additions and 2 deletions

View file

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Before After
Before After

View file

@ -24,7 +24,7 @@ mobs:register_mob("mobs_mc:evoker", {
visual = "mesh",
mesh = "mobs_mc_villager.b3d",
textures = { {
"mobs_mc_evoker_base.png",
"mobs_mc_evoker.png",
"blank.png", --no hat
-- TODO: Attack glow
} },

View file

@ -24,7 +24,7 @@ mobs:register_mob("mobs_mc:vindicator", {
mesh = "mobs_mc_vindicator.b3d",
textures = {
{
"mobs_mc_vindicator_base.png",
"mobs_mc_vindicator.png",
"blank.png", --no hat
"default_tool_steelaxe.png",
-- TODO: Glow when attacking (mobs_mc_vindicator.png)