Remove custom damage particles

This commit is contained in:
Wuzzy 2019-10-03 12:03:36 +02:00
parent d9424ad82e
commit 8b9ac5c6a6
7 changed files with 1 additions and 13 deletions

View file

@ -66,7 +66,6 @@ local slime_big = {
textures = {{"mobs_mc_slime.png"}},
visual = "mesh",
mesh = "mobs_mc_slime.b3d",
blood_texture ="mobs_mc_slime_blood.png",
makes_footstep_sound = true,
sounds = {
jump = "green_slime_jump",
@ -165,7 +164,6 @@ local magma_cube_big = {
textures = {{ "mobs_mc_magmacube.png" }},
visual = "mesh",
mesh = "mobs_mc_magmacube.b3d",
blood_texture = "mobs_mc_magmacube_blood.png",
makes_footstep_sound = true,
sounds = {
jump = "mobs_mc_magma_cube_big",

View file

@ -51,7 +51,6 @@ mobs:register_mob("mobs_mc:squid", {
view_range = 16,
runaway = true,
fear_height = 4,
blood_texture = "mobs_mc_squid_blood.png",
})
-- TODO: Behaviour: squirt

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 B