fixed compatibility problem with mobs_animals

master
NathanSalapat 2018-03-18 12:23:14 -05:00
parent 92678f6d7d
commit c0dfacb90e
8 changed files with 6 additions and 6 deletions

View File

@ -11,11 +11,11 @@ mobs:register_mob("arctic_life:penguin", {
fly_in = "default:water_source",
collisionbox = {-0.25, -0.4, -0.25, 0.25, 0.3, 0.25},
visual = "mesh",
mesh = "mobs_penguin.b3d",
mesh = "arctic_life_penguin.b3d",
drawtype = "front",
textures = {
{"mobs_penguin.png"},
{"mobs_penguin_tux.png"},
{"arctic_life_penguin.png"},
{"arctic_life_penguin_tux.png"},
},
blood_texture = "mobs_blood.png",
visual_size = {x=8,y=8},

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 75 KiB

View File

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB

View File

@ -9,11 +9,11 @@ mobs:register_mob("arctic_life:walrus", {
armor = 200,
collisionbox = {-0.35, -0.5, -0.35, 0.35, 0.4, 0.35},
visual = "mesh",
mesh = "mobs_walrus.b3d",
mesh = "arctic_life_walrus.b3d",
drawtype = "front",
textures = {
{"mobs_walrus1.png"},
{"mobs_walrus2.png"},
{"arctic_life_walrus1.png"},
{"arctic_life_walrus2.png"},
},
blood_texture = "mobs_blood.png",
visual_size = {x=10,y=10},