Mod
BotaniaOverpowered
No reviews yet
Infinite Dandelifeon, underwater Entropinnyum with TNT duper, and more
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
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
NewandKeep- for example, the default rule is
new=8; keep=12:- 8 = 2 ^
3-> new cell with3neighbors - 12 = 8 + 4 = 2 ^
3+ 2 ^2-> cell keeps alive with2or3neighbors
- 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)js // 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.
- Endoflame changes
- skips the burning process for fuel items
- extended capacity for burning large fuel
- no more 32000 tick burning limit
- 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
- custom workstation blocks can be added with tag
#botania_overpowered:blazeburner_target(currently only distillation tank fromCreate Diesel Generator)
- custom workstation blocks can be added with tag
- enables super-heat on enchanted soil
- 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
- Gaia Guardian
- removes damage cap 32 for single hit
- decreases invulnerable duration when attacked during summoning stage
- allows being attacked by & dropping loots for fake players (like deployer from
Create)
- (Forge exclusive) Mekanism interop:
- MekaSuit as mana provider
- MekaSuit Helmet can be combined with Ancient Will(s)
- Weapon changes
- Terra Blade beams inherit damage (and fire aspect) from the sword
- Thundercaller's chain lightning inherits damage (and fire aspect) from the sword
- Starcaller's stars:
- inherit damage (and fire aspect) from the sword
- don't hurt non-living entities like item frames
- Display & Misc features
- displays the
Evilmana numbers- also appear inside the wand HUDs when player crouches
- always show red strings even without wand in hand (
OFFby default)- might have impact on frame rate, use at your own risk
- scales up output power for Power Generator block
- displays the
- Config for all features above
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
NewandKeep- for example, the default rule is
new=8; keep=12:- 8 = 2 ^
3-> new cell with3neighbors - 12 = 8 + 4 = 2 ^
3+ 2 ^2-> cell keeps alive with2or3neighbors
- 8 = 2 ^
- 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
- for example, the default rule is
- 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.
- Endoflame changes
- skips the burning process for fuel items
- extended capacity for burning large fuel
- no more 32000 tick burning limit
- 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
- custom workstation blocks can be added with tag
#botania_overpowered:blazeburner_target(currently only distillation tank fromCreate Diesel Generator)
- custom workstation blocks can be added with tag
- enables super-heat on enchanted soil
- 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
- Gaia Guardian
- removes damage cap 32 for single hit
- decreases invulnerable duration when attacked during summoning stage
- allows being attacked by & dropping loots for fake players (like deployer from
Create)
- (Forge exclusive) Mekanism interop:
- MekaSuit as mana provider
- MekaSuit Helmet can be combined with Ancient Will(s)
- Weapon changes
- Terra Blade beams inherit damage (and fire aspect) from the sword
- Thundercaller's chain lightning inherits damage (and fire aspect) from the sword
- Starcaller's stars:
- inherit damage (and fire aspect) from the sword
- don't hurt non-living entities like item frames
- Display & Misc features
- displays the
Evilmana numbers- also appear inside the wand HUDs when player crouches
- always show red strings even without wand in hand (
OFFby default)- might have impact on frame rate, use at your own risk
- scales up output power for Power Generator block
- displays the
- Config for all features above
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers