Fix silverfish typo

This commit is contained in:
jordan4ibanez 2021-04-08 08:33:50 -04:00
parent adab48ff0c
commit bb078b0c4c
2 changed files with 7 additions and 16 deletions

View File

@ -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

View File

@ -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,