Botania Configurator (Botania 配置器)
Botania配置器是Botania的一个附加组件,使Botania的花朵可配置化!这是Botania Tweaker的一种增强版,适用于1.20.1 Fabric。允许包制作者调整大多数Botania功能和生成花朵的统计数据!
---

- “Spectrolus从随机颜色开始”选项(您可以防止通过打破并放置该花来获取优势)
- 可调整的魔力池大小。
- 可调整的魔力片和魔力手环大小。
- 可调整的Aura之环魔力生成速率。
- 可调整的Mana Fluxfield的魔力到能量比率。
- 可调整的座标附魔效果。
- 实验性功能:当符文祭坛在一段时间内未提供魔力时失去魔力的能力。
配置可在游戏内(如果安装了ModMenu)或在`botaniaconfigurator.json`文件中进行。
大多数在游戏中进行的更改将立即生效。
---
警告:
- 此模组通过使用mixin技术插入几乎每个Botania花朵的代码来实现可配置性。
如果Minecraft崩溃,请检查是否在卸载Botania配置器后发生崩溃。
如果没有,请检查是否是此模组的问题,并在问题跟踪器中报告!
- 此模组会覆盖花园玻璃的配置,如果您希望拥有GoG花朵的速率,请修改Narslimmus和Orechid的配置(基本GoG统计数据在配置界面中指定)。
---
鸣谢:
- [Botania](
- [Botania Tweaker](
- [MidnightLib](
- SpongePowered's Discord - 提供了一些mixin技术方面的帮助。
截图:
Botania Configurator 1.3.0+1.20.1
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.
Botania Configurator 1.2.0+1.20.1
- 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:
```json
{
"replace": true,
"values": [
"minecraft:mud"
]
}
```
(This makes Clayconia convert only Mud, not Sand)
Botania Configurator 1.1.1+1.20.1
Simply tag your block `#botaniaconfigurator:clayconia_convertable`!
- Added an option to disable Clayconia's default Sand conversion.
收录