# If the Aura Imbalance effect of plant growth being boosted if the Aura levels are high enough should occur
B:plantBoostEffect=true
# If using Dragon's Breath in a Brewing Stand should not cause a glass bottle to appear
B:removeDragonBreathContainerItem=true
# If the RF converter block should be enabled
B:rfConverter=true
}
general {
# Additional conversion recipes for the Botanist's Pickaxe right click function. Each entry needs to be formatted as modid:input_block[prop1=value1,...]->modid:output_block[prop1=value1,...] where block state properties are optional
S:additionalBotanistPickaxeConversions <
>
# Additional blocks that several mechanics identify as flowers. Each entry needs to be formatted as modid:block[prop1=value1,...] where block state properties are optional
# Additional blocks that are recognized as generatable ores for the passive ore generation effect. Each entry needs to be formatted as oredictEntry:oreWeight:dimension where a higher weight makes the ore more likely to spawn with 5000 being the weight of coal, the default ore with the highest weight, and dimension being any of overworld and nether
S:additionalOres <
>
# Additional projectile types that are allowed to be consumed by the projectile generator. Each entry needs to be formatted as entity_registry_name->aura_amount
# The Aura to RF ratio used by the RF converter, read as aura*ratio = rf
D:auraToRFRatio=5.0
# Additional dimensions that map to Aura types that should be present in them. This is useful if you have a modpack with custom dimensions that should have Aura act similarly to an existing dimension in them. Each entry needs to be formatted as dimension_name->aura_type, where aura_type can be any of naturesaura:overworld, naturesaura:nether and naturesaura:end.
S:auraTypeOverrides <
>
# The amount of blocks that can be between two Aura Field Creators for them to be connectable and work together
# Blocks that are exempt from being recognized as generatable ores for the passive ore generation effect. Each entry needs to be formatted as modid:block[prop1=value1,...] where block state properties are optional