reduce spawn rate of whips

This commit is contained in:
flux 2024-01-15 09:16:03 -08:00
parent 2ec89da73f
commit 04c4aebf26
Signed by: flux
GPG Key ID: 9333B27816848A15

View File

@ -101,7 +101,7 @@ spawnit.register({
spawnit.register({
entity_name = "yl_nether_mobs:whip",
groups = { monster = 1 },
chance = 20.3,
chance = 20.3 * 2,
cluster = 5,
positions_per_mapblock = positions_per_mapblock,
on = { "nether:rack_deep", "yl_nether:rack_deep_with_electrum", "yl_nether:rack_deep_with_electrumite" },