promotional bannermobile promotional banner

Apprentice's Codex

An addon for Iron's Spells and Spellbooks that adds some apprentice's magic contents.

File Details

apprentice_codex-0.7.2.3+mc1.20.1.jar

  • B
  • Mar 25, 2026
  • 3.40 MB
  • 2.0K
  • 1.20.1
  • Forge

File Name

apprentice_codex-0.7.2.3+mc1.20.1.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:apprentices-codex-1450885:7811763")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Tweaks / Changes

  • Changed School Affinity Potion recipe handling so that when multiple schools share the same focus item, schools from ISS are always preserved instead of disabling all related recipes.
  • Added support for changing the material used for each School Affinity Potion via data packs.
// place "data/apprenticecodex/school_affinity_catalysts/*.json".
{
  "overrides": [
    {
      "school": "examplemod:some_school",
      "item": "minecraft:amethyst_shard"
    }
  ]
}

Bug fixes

  • Fixed a bug where School Affinity Potion recipes would fail to register when a school had two or more valid focus items.
  • Fixed a bug where the School Affinity Potion config was always being treated as disabled.