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,
|
||||
xp_min = 5,
|
||||
xp_max = 5,
|
||||
armor = { fleshy = 100, arthropod = 100 },
|
||||
collisionbox = { -0.4, -0.01, -0.4, 0.4, 0.44, 0.4 },
|
||||
armor = {fleshy = 100, arthropod = 100},
|
||||
collisionbox = {-0.4, -0.01, -0.4, 0.4, 0.44, 0.4},
|
||||
visual = "mesh",
|
||||
mesh = "mobs_mc_silverfish.b3d",
|
||||
textures = {
|
||||
{ "mobs_mc_silverfish.png" },
|
||||
{"mobs_mc_silverfish.png"},
|
||||
},
|
||||
pathfinding = 1,
|
||||
visual_size = { x = 3, y = 3 },
|
||||
visual_size = {x = 3, y = 3},
|
||||
sounds = {
|
||||
random = "mobs_mc_silverfish_idle",
|
||||
death = "mobs_mc_silverfish_death",
|
||||
|
@ -36,12 +36,12 @@ mcl_mobs.register_mob("mobs_mc:silverfish", {
|
|||
jump = true,
|
||||
fear_height = 4,
|
||||
replace_what = {
|
||||
{ "mcl_core:stone", "mcl_monster_eggs:monster_egg_stone", -1 },
|
||||
{ "mcl_core:cobble", "mcl_monster_eggs:monster_egg_cobble", -1 },
|
||||
{ "mcl_core:stonebrick", "mcl_monster_eggs:monster_egg_stonebrick", -1 },
|
||||
{ "mcl_core:stonebrickmossy", "mcl_monster_eggs:monster_egg_stonebrickmossy", -1 },
|
||||
{ "mcl_core:stonebrickcracked", "mcl_monster_eggs:monster_egg_stonebrickcracked", -1 },
|
||||
{ "mcl_core:stonebrickcarved", "mcl_monster_eggs:monster_egg_stonebrickcarved", -1 },
|
||||
{"mcl_core:stone", "mcl_monster_eggs:monster_egg_stone", -1},
|
||||
{"mcl_core:cobble", "mcl_monster_eggs:monster_egg_cobble", -1},
|
||||
{"mcl_core:stonebrick", "mcl_monster_eggs:monster_egg_stonebrick", -1},
|
||||
{"mcl_core:stonebrickmossy", "mcl_monster_eggs:monster_egg_stonebrickmossy", -1},
|
||||
{"mcl_core:stonebrickcracked", "mcl_monster_eggs:monster_egg_stonebrickcracked", -1},
|
||||
{"mcl_core:stonebrickcarved", "mcl_monster_eggs:monster_egg_stonebrickcarved", -1},
|
||||
},
|
||||
replace_rate = 2,
|
||||
animation = {
|
||||
|
|
Loading…
Reference in New Issue