- Elven Gateway is now configurable: You can adjust the amount of Mana needed to open the portal, amount of mana used per trade and the amount of necessary Natura Pylons.
- The enchantment power of various Pylons is now configurable.
- Experimental: An option for Runic Altar to lose Mana over time if it didn't receive Mana for a period of time.
Additions:
- Configurable Mana Tablet, Band of Mana and Greater Band of Mana capacities (changes to them require a restart!)
- Configurable Minecart with Mana Pool capacity.
- Configurable Mana Pump transfer rate (if you feel that filling the entire Mana Pool in 5 seconds is too OP)
- Configurable Band of Aura interval multiplier. (Base rates are intentionally left out, since they are initialized in an item initializer).
- Configurable Band of Aura mana generation rate (if you feel that Bands of Aura are pathetically weak)
Changes:
- Removed an option to disable the Clayconia's default Sand Conversion.
Instead, Clayconia now only converts blocks tagged
#botaniaconfigurator:clayconia_convertable
. By default, the tag contains the#minecraft:sand
tag. If you don't want Clayconia to convert Sand, use "replace": true in the .json file.
For example:
{
"replace": true,
"values": [
"minecraft:mud"
]
}
(This makes Clayconia convert only Mud, not Sand)
- Added an optional Buffed Clayconia Mode (if enabled, Clayconia replaces Sand blocks with Clay Blocks instead of dropping Clay balls).
- Added an optional ability for Spectrolus to start from a random wool color, instead of always White.
- Added optional decayability to all of the Botania's generating flowers.
- Added configs for mana pool sizes and Mana Fluxfield generation rates.
The initial release. Please report bugs on this mod's issue tracker!