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

