forked from VoxeLibre/VoxeLibre
Fix silverfish typo
This commit is contained in:
parent
f5cc2bab09
commit
26ef8c2674
|
@ -461,7 +461,7 @@ function mobs:spawn_specific(name, dimension, type_of_spawning, biomes, min_ligh
|
|||
end
|
||||
|
||||
for y = min_height, max_height do
|
||||
--print(y)
|
||||
print(y)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
@ -24,22 +24,13 @@ mobs:register_mob("mobs_mc:silverfish", {
|
|||
pathfinding = 1,
|
||||
visual_size = {x=3, y=3},
|
||||
sounds = {"FlowerForest",
|
||||
"Swampland",
|
||||
"Taiga",
|
||||
"ExtremeHills",
|
||||
"BirchForest",
|
||||
"MegaSpruceTaiga",
|
||||
"MegaTaiga",
|
||||
"ExtremeHills+",
|
||||
"Forest",
|
||||
"Plains",
|
||||
"ColdTaiga",
|
||||
"SunflowerPlains",
|
||||
"RoofedForest",
|
||||
"MesaPlateauFM_grasstop",
|
||||
"ExtremeHillsM",
|
||||
"BirchForestM",
|
||||
sounds = {
|
||||
random = "mobs_mc_silverfish_idle",
|
||||
death = "mobs_mc_silverfish_death",
|
||||
damage = "mobs_mc_silverfish_hurt",
|
||||
distance = 16,
|
||||
},
|
||||
makes_footstep_sound = false,
|
||||
walk_velocity = 0.6,
|
||||
run_velocity = 2,
|
||||
jump = true,
|
||||
|
|
Loading…
Reference in New Issue