extra teture for squid

master
Juraj Vajda 2018-11-19 00:24:00 -05:00
parent 466d2a5749
commit 5dd905d3a0
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,8 @@ mobs:register_mob("mobs_animal:squid", {
visual = "mesh",
mesh = "mobs_squid.b3d",
textures = {
{"mobs_squid.png"}
{"mobs_squid1.png"},
{"mobs_squid2.png"}
},
sounds = {
attack = "mobs_squid_attack",
@ -36,7 +37,7 @@ mobs:register_mob("mobs_animal:squid", {
makes_footstep_sound = false,
stepheight = 0.1,
fly = true,
fly_in = "default:water_source",
fly_in = {"default:water_source"},
jump = false,
fall_speed = 0.5,
view_range = 10,
@ -55,7 +56,6 @@ mobs:spawn({
max_light = 15,
active_object_count = 1,
chance = 5500,
day_toggle = true,
max_height = 0,
min_height = -31000
})

View File

Before

Width:  |  Height:  |  Size: 503 B

After

Width:  |  Height:  |  Size: 503 B

BIN
textures/mobs_squid2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 502 B