Compatibility
Minecraft: Java Edition
1.20.1
1.19.2
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed MIT
Published 3 months ago
Updated 6 days ago
Botania Overpowered
An addon of Botania about some enhancements / un-nerfs which are kind of overpowered.
Features (every entry can be toggled off in config file)
- Dandelifeon changes
- consuming center cells no longer destroys outer cells
- modifyable GoL rules
- configurable by two bitset numbers for
New
andKeep
- for example, the default rule is
new=8; keep=12
:- 8 = 2 ^
3
-> new cell with3
neighbors - 12 = 8 + 4 = 2 ^
3
+ 2 ^2
-> cell keeps alive with2
or3
neighbors
- 8 = 2 ^
- for example, the default rule is
- API under
io.yukkuric.botania_overpowered.api.DandelifeonRules
; change them with KubeJS at will (has higher priority)// requires: botania_overpowered let API = Java.loadClass('io.yukkuric.botania_overpowered.api.DandelifeonRules') API.NEW = API.GenFromNums(1, 3, 5) API.KEEP = x => x >= 1 && x <= 5
- configurable by two bitset numbers for
- Entropinnyum changes
- disables unethical duper TNT check
- TNTs exploding in liquids now count as valid
- Narslimmus changes
- ignores slime chunk restrictions and accepts ALL slimes, including ones from cages/eggs/split, magma cubes, (theoretically) TConstruct varieties, etc.
- Mana Pylon Pump
- places on a mana receiver (pool, spreader, etc.), binds to another mana receiver with Wand of the Forest, then the mana transport begins
- configurable speed, max distance, loss ratio & particle fx
- now supports vertical stacking, letting multiple pylon drain from single target at the same time
- Exoflame changes (Create compat)
- lights up Blaze Burner blocks nearby, if they have valid working blocks above
- Thermalily changes
- no longer consumes lava during its cooldown
- Mana Enchanter changes
- can create enchanted books from books
- accepts all enchantments rather than the first from provided enchanted books
- can create conflicted enchantments (like infinity & mending)
- accepts enchanted items as valid source
- after enchantment, breaking multiblock structure makes its enchantment split into separate books
- (Forge exclusive) Mekanism interop:
- MekaSuit as mana provider
- MekaSuit Helmet can be combined with Ancient Will(s)
- Misc features
- Displays the
Evil
numbers inside tablets - Terra Blade beams inherit damage (and fire aspect) from the sword
- Displays the
- Config for all features above