This commit is contained in:
jordan4ibanez 2021-04-08 08:42:57 -04:00 committed by kay27
parent 26ef8c2674
commit 282ba2614a
2 changed files with 3 additions and 2 deletions

View File

@ -461,11 +461,13 @@ 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
print("--")
print(min_height, max_height)
--[[

View File

@ -23,7 +23,6 @@ mobs:register_mob("mobs_mc:silverfish", {
},
pathfinding = 1,
visual_size = {x=3, y=3},
sounds = {"FlowerForest",
sounds = {
random = "mobs_mc_silverfish_idle",
death = "mobs_mc_silverfish_death",