forked from VoxeLibre/VoxeLibre
Format again
This commit is contained in:
parent
34a7cf3e9f
commit
bbf21762a6
|
@ -15,15 +15,15 @@ mcl_mobs.register_mob("mobs_mc:silverfish", {
|
||||||
hp_max = 8,
|
hp_max = 8,
|
||||||
xp_min = 5,
|
xp_min = 5,
|
||||||
xp_max = 5,
|
xp_max = 5,
|
||||||
armor = { fleshy = 100, arthropod = 100 },
|
armor = {fleshy = 100, arthropod = 100},
|
||||||
collisionbox = { -0.4, -0.01, -0.4, 0.4, 0.44, 0.4 },
|
collisionbox = {-0.4, -0.01, -0.4, 0.4, 0.44, 0.4},
|
||||||
visual = "mesh",
|
visual = "mesh",
|
||||||
mesh = "mobs_mc_silverfish.b3d",
|
mesh = "mobs_mc_silverfish.b3d",
|
||||||
textures = {
|
textures = {
|
||||||
{ "mobs_mc_silverfish.png" },
|
{"mobs_mc_silverfish.png"},
|
||||||
},
|
},
|
||||||
pathfinding = 1,
|
pathfinding = 1,
|
||||||
visual_size = { x = 3, y = 3 },
|
visual_size = {x = 3, y = 3},
|
||||||
sounds = {
|
sounds = {
|
||||||
random = "mobs_mc_silverfish_idle",
|
random = "mobs_mc_silverfish_idle",
|
||||||
death = "mobs_mc_silverfish_death",
|
death = "mobs_mc_silverfish_death",
|
||||||
|
@ -36,12 +36,12 @@ mcl_mobs.register_mob("mobs_mc:silverfish", {
|
||||||
jump = true,
|
jump = true,
|
||||||
fear_height = 4,
|
fear_height = 4,
|
||||||
replace_what = {
|
replace_what = {
|
||||||
{ "mcl_core:stone", "mcl_monster_eggs:monster_egg_stone", -1 },
|
{"mcl_core:stone", "mcl_monster_eggs:monster_egg_stone", -1},
|
||||||
{ "mcl_core:cobble", "mcl_monster_eggs:monster_egg_cobble", -1 },
|
{"mcl_core:cobble", "mcl_monster_eggs:monster_egg_cobble", -1},
|
||||||
{ "mcl_core:stonebrick", "mcl_monster_eggs:monster_egg_stonebrick", -1 },
|
{"mcl_core:stonebrick", "mcl_monster_eggs:monster_egg_stonebrick", -1},
|
||||||
{ "mcl_core:stonebrickmossy", "mcl_monster_eggs:monster_egg_stonebrickmossy", -1 },
|
{"mcl_core:stonebrickmossy", "mcl_monster_eggs:monster_egg_stonebrickmossy", -1},
|
||||||
{ "mcl_core:stonebrickcracked", "mcl_monster_eggs:monster_egg_stonebrickcracked", -1 },
|
{"mcl_core:stonebrickcracked", "mcl_monster_eggs:monster_egg_stonebrickcracked", -1},
|
||||||
{ "mcl_core:stonebrickcarved", "mcl_monster_eggs:monster_egg_stonebrickcarved", -1 },
|
{"mcl_core:stonebrickcarved", "mcl_monster_eggs:monster_egg_stonebrickcarved", -1},
|
||||||
},
|
},
|
||||||
replace_rate = 2,
|
replace_rate = 2,
|
||||||
animation = {
|
animation = {
|
||||||
|
|
Loading…
Reference in New Issue