forked from VoxeLibre/VoxeLibre
merge
This commit is contained in:
parent
26ef8c2674
commit
282ba2614a
|
@ -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)
|
||||
|
||||
|
||||
--[[
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue