Iron Chests: Restocked 5.0.2, for Minecraft 1.20.1.
Another Iron Chest Mod cause why not?
The author's own description, out of the mod's manifest. Quoted, not paraphrased.
All 32 items and blocks — 27 have a page of their own, 5 are listed there as anchors. Which ones earn a page was decided once, in the cross-index, and is obeyed here rather than recomputed (D-022).
First 27 by name.
| Type | Recipes |
|---|---|
minecraft:crafting_shaped | 24 |
minecraft:smithing_transform | 3 |
minecraft:crafting_shapeless | 1 |
A recipe file always lives under its shipping mod's namespace, so cross-mod support shows up in the recipe type, never the directory.
What the JAR declares it needs, exactly as written. The range is what the modloader itself enforces; it is not resolved to a build, because a range is stable and a resolution is perishable (D-019).
| Mod | Declared range | |
|---|---|---|
fabric | * |
required |
fabricloader | * |
required |
java | >=17 |
required |
minecraft | >=1.20 |
required |