Files
PietroSainaghi 35aff91e33 Finally a GIT!
2022-10-06 18:38:10 -07:00

25 lines
1.0 KiB
INI

# Configuration file
general {
# Please check out https://stopmodreposts.org/ for more information on why this feature exists.
B:enableAntiRepostingCheck=true
# Enables pets for Patrons. Will be added in a future release.
B:enablePatronPets=true
# The delay of the is-there-a-block-around-check around entities in ms. Used in mods which depends on a specific blockstate in the world. Increasing this number can increase TPS if needed.
# Min: 0
# Max: 3600000
I:findABlockcheckAroundEntitiesDelayMs=30000
# The amount of times Collective loops through possible mob drops to get them all procedurally. Drops are only generated when a dependent mod uses them. Lowering this can increase world load time but decrease accuracy.
# Min: 1
# Max: 200
I:loopsAmountUsedToGetAllEntityDrops=100
# When enabled, transfer the held items and armour from replaced entities by any of the Entity Spawn mods which depend on Collective.
B:transferItemsBetweenReplacedEntities=true
}