ManaMoreMore

Iron's Spellbooks glue mod: unifies wind/aqua/armor chains across Iron-family addons for NeoForge 1.21.1
Back to Files

manamoremore-1.0.0

File namemanamoremore-1.0.0.jar
Uploader
xiaoxue333xiaoxue333
Uploaded
Aug 31, 2026
Downloads
14
Size
29.4 KB
Mod Loaders
NeoForge
File ID
8775482
Type
R
Release
Supported game versions
  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:manamoremore-1675907:8775482"

Learn more aboutΒ Curse Maven

What's new

1.0.0 β€” Initial Release (NeoForge 1.21.1)

First public release of ManaMoreMore, an Iron's Spellbooks "glue mod" that consolidates duplicated magic-school registrations across multiple Iron-family addons so they play nicely together.

πŸŒ€ Wind School β€” unified under aero_additions:wind

  • Redirects closed-source wind_spellbooks (school / attributes / spells / rune / upgrade orb / Aeromancer armor data overrides) into the open-source Aero Additions wind school
  • Merges Monsters & Spellbooks "Swift Wind (aero)" 8-spell school into the unified wind school, and removes its orphan aero_rune from the inscribed rune chain (it had no actual recipe)
  • Focus tag #irons_spellbooks:wind_focus β†’ Breeze Rod (ζ—‹ι£Žζ£’)
  • Orphan modifier migration tick preserves old-save equipment/enchant/orb bonuses; 40-tick sweep, no lost values

πŸ’§ Water School β€” unified under somakespells:aqua

  • Redirects shared aces_spell_utils:hydro school (Hazen 'N Stuff 5 spells
    • Monsters & Spellbooks 10 spells) into Somake Spells "Aqua" school
  • Focus tag #aces_spell_utils:hydro_focus β†’ Nautilus Shell (ιΉ¦ιΉ‰θžΊε£³)
  • Hazen hydro_rune (桷怒符文) disabled. Single water-rune entry is somakespells:aqua_rune (8 Γ— nautilus shell + blank rune). #hazennstuff:items/hydro_runes tag re-points to aqua rune, so every downstream armor / weapon / smithing template recipe keeps working without manual rewrites
  • Hazen upgrade orb & hydro_attunement enchantment now feed aqua power
  • Orphan hydro-power modifier migration for legacy saves

πŸ›‘ Nature armor progression chain

  • Plagued β†’ Pale Observer β†’ Creaking Sorcerer
  • Only the Creaking Sorcerer 4-piece workbench recipe's base item is overridden (plagued β†’ pale_observer); Pale Observer recipe untouched; all independent Hazen weapons / staves / trinkets and their unique ingredients stay exactly as-is

Implementation notes

  • Zero addon compile dependencies β€” only the ISS public API is required; all targets are reached via ResourceLocation strings + registries
  • Load order guaranteed with optional + ordering=AFTER mods.toml entries for aero_additions / wind_spellbooks / somakespells / aces_spell_utils / hazennstuff / monsterspellbooks / backportedspellbooks
  • Mixin plugin skips all application if Iron's Spells is absent

Chinese zh_cn translation resource pack

Bundled in this repository (zh_work/pack/) as a separate zip: ManmoreMore_ZH_CN β€” 100% coverage of en_us keys across 39 Iron-family mods. Deploy script writes zip entry names with forward slashes to avoid the PowerShell 5.1 backslash-path bug that otherwise makes Minecraft refuse to load the pack.