Zrips / MobFarmManager

6 stars 0 forks source link

When I set "NATURAL" to "false" mobs still spawn naturally #76

Closed vicevil77 closed 4 months ago

vicevil77 commented 4 months ago

When I set in Spawn Reasons "NATURAL" to "false" they continue to spawn and many more

Zrips commented 4 months ago

As comments above it indicate this section will only define which type of spawning we are monitoring, when setting Natural to false will mean that any naturally spawned entity will be ignored when checking its spawn event. If you want to disable natural spawning of particular entities then you can do it in EntityTypes section by setting NaturalSpawn: false as shown in first example

vicevil77 commented 4 months ago

It keep Spawning Naturally what other solution I have?