promotional bannermobile promotional banner

Equivalent Legacy

Equivalent Legacy brings the classic Equivalent Exchange-style gameplay to modern Minecraft (26.2 / NeoForge): assign an EMC (Energy-Matter-Currency) value to items, transmute them into each other, and progress through the Philosopher's Stone toolchain.
Back to Files

Equivalent Legacy (1.3.0-beta.12)

File nameequivalent_legacy-26.2-neoforge-1.3.0-beta.12.jar
Uploader
LlaGuiT0LlaGuiT0
Uploaded
Aug 8, 2026
Downloads
4
Size
1.4 MB
Mod Loaders
NeoForge
File ID
8599218
Type
B
Beta
Supported game versions
  • 26.2

Curse Maven Snippet

NeoForge

implementation "curse.maven:equivalent-legacy-1632317:8599218"

Learn more about Curse Maven

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:

  • pedestal
  • dm_pedestal
  • rm_pedestal
  • destruction_catalyst_block
  • transmutation_stone
  • pe_axe
  • pe_pickaxe
  • pe_saw
  • spawner_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.

This mod has no related projects