Equivalent Legacy (1.3.0-beta.12)
Curse Maven Snippet
What's new
🐛 Bug Fix: Missing Item Models (MC 26.2 Item Model System)
Fixed 9 items that reported Missing item model for location warnings during resource loading. In Minecraft 26.2, items require a definition file under assets/equivalent_legacy/items/ in addition to the classic models/item/ JSONs.
Root Cause
These items had item models but were missing the new-format item definition file, so the game fell back to a missing/broken model:
pedestaldm_pedestalrm_pedestaldestruction_catalyst_blocktransmutation_stonepe_axepe_pickaxepe_sawspawner_control_wand
Fix
Added the 9 missing definition files under assets/equivalent_legacy/items/ following the mod's convention: blocks reference equivalent_legacy:block/<id>, items reference equivalent_legacy:item/<id>. Textures and inventory rendering now load correctly.
All Relations
- All Relations
- Embedded Library
- Optional Dependency
- Required Dependency
- Tool
- Incompatible
- Include
This mod has no related projects

