File Details
botaniaconfigurator-1.2.0+1.20.1.jar
- B
- Dec 13, 2023
- 149.59 KB
- 49
- 1.20.1
- Fabric
File Name
botaniaconfigurator-1.2.0+1.20.1.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
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)

