mirror of
https://github.com/xHyroM/aetheria.git
synced 2024-11-10 01:58:06 +01:00
14 lines
960 B
Text
14 lines
960 B
Text
|
{
|
||
|
// When enabled, transfer the held items and armour from replaced entities by any of the Entity Spawn mods which depend on Collective.
|
||
|
"transferItemsBetweenReplacedEntities": true,
|
||
|
// 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: 500
|
||
|
"loopsAmountUsedToGetAllEntityDrops": 100,
|
||
|
// 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
|
||
|
"findABlockCheckAroundEntitiesDelayMs": 30000,
|
||
|
// Please check out https://stopmodreposts.org/ for more information on why this feature exists.
|
||
|
"enableAntiRepostingCheck": true,
|
||
|
// Enables pets for Patrons. Will be added in a future release.
|
||
|
"enablePatronPets": true
|
||
|
}
|