34 lines
1.2 KiB
TOML
34 lines
1.2 KiB
TOML
|
|
#Adaptive Performance Tweaks: Spawn
|
|
["Nether Spawn Config"]
|
|
Enabled = true
|
|
Id = "minecraft"
|
|
#e.g. mobs which will not attack you
|
|
#Range: 1 ~ 64
|
|
MaxPassiveMobsPerPlayer = 16
|
|
#Range: 1 ~ 512
|
|
MaxPassiveMobsPerWorld = 32
|
|
#Range: 1 ~ 1024
|
|
MaxPassiveMobsPerServer = 320
|
|
#List of passive Mobs to optimize in the format ["minecraft:bat", "minecraft:cat", ..]
|
|
PassiveMobsList = ["minecraft:strider"]
|
|
#e.g. mobs which will attack under certain conditions ...
|
|
#Range: 1 ~ 64
|
|
MaxNeutralMobsPerPlayer = 16
|
|
#Range: 1 ~ 512
|
|
MaxNeutralMobsPerWorld = 32
|
|
#Range: 1 ~ 1024
|
|
MaxNeutralMobsPerServer = 320
|
|
#List of neutral Mobs to optimize in the format ["minecraft:bee", "minecraft:wolf", ..]
|
|
NeutralMobsList = ["minecraft:zombified_piglin"]
|
|
#e.g. mobs which will always attack yon ...
|
|
#Range: 1 ~ 64
|
|
MaxHostileMobsPerPlayer = 16
|
|
#Range: 1 ~ 512
|
|
MaxHostileMobsPerWorld = 32
|
|
#Range: 1 ~ 1024
|
|
MaxHostileMobsPerServer = 320
|
|
#List of hostile Mobs to optimize in the format ["minecraft:blaze", "minecraft:cave_spider", ..]
|
|
HostileMobsList = ["minecraft:blaze", "minecraft:ghast", "minecraft:hoglin", "minecraft:magma_cube", "minecraft:piglin", "minecraft:piglin_brute", "minecraft:wither_skeleton"]
|
|
|