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 2 months ago
Updated 2 days ago
Botania Overpowered
An addon of Botania about some enhancements / un-nerfs which are kind of overpowered.
Features
- 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 pool, binds to another mana pool with Wand of the Forest, then the mana transport begins
- configurable speed, max distance & loss ratio
- Exoflame changes (Create compat)
- lights up Blaze Burner blocks nearby, if they have valid working blocks above
- Misc features
- Displays the
Evil
numbers inside tablets - Forge exclusive: MekaSuit from Mekanism as mana provider
- Displays the
- Config for all features above