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.21.1.jar

  • B
  • Mar 25, 2026
  • 3.39 MB
  • 1.0K
  • 1.21.1
  • NeoForge

File Name

apprentice_codex-0.7.2.3+mc1.21.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:apprentices-codex-1450885:7811758"
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.