hard-disable natural spawning of old mobs

This commit is contained in:
cora 2022-02-13 15:06:39 +01:00
parent f803a25aea
commit ff5fc89885
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ function mobs:spawn_specific(name, dimension, type_of_spawning, biomes, min_ligh
--print(dump(biomes))
-- Do mobs spawn at all?
if not mobs_spawn then
if true or not mobs_spawn then --MOBSTUDY disable natural spawning of old mobs(redo)
return
end