Скачать BotaniaOverpowered — Minecraft Моды — ModStock
BotaniaOverpowered

BotaniaOverpowered

Активный

Установок

0

Последнее обновление

3 недели назад

Версии

1.19.2 — 1.20.1
Клиент и сервер
Fabric
Forge
Магические
Утилиты

Botania Overpowered

Curseforge CurseForge
Modrinth Modrinth

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 and Keep
        • for example, the default rule is new=8; keep=12:
          • 8 = 2 ^ 3 -> new cell with 3 neighbors
          • 12 = 8 + 4 = 2 ^ 3 + 2 ^ 2 -> cell keeps alive with 2 or 3 neighbors
      • 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
  • 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 mana numbers
      • also appear inside the wand HUDs when player crouches
    • Terra Blade beams inherit damage (and fire aspect) from the sword
  • Config for all features above
Участники проекта
YukkuriC

YukkuriC

Разработчик