15 lines
534 B
TOML
15 lines
534 B
TOML
|
|
#Common only settings for Abnormals Core, this will affect all depending mods
|
|
[common]
|
|
|
|
#Compatibility with Quark's poisonous potatoes feature
|
|
[common.poisonousPotatoCompat]
|
|
#If growth stunting should give baby mobs poison; Default: True
|
|
poisonEffect = true
|
|
#The chance to stunt baby mob growth when feeding a poisonous potato; Default: 0.1
|
|
#Range: 0.0 ~ 1.0
|
|
poisonChance = 0.1
|
|
#If baby mobs can be fed a poisonous potato to stunt their growth when Quark is installed; Default: True
|
|
poisonPotatoCompatEnabled = true
|
|
|