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

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

Curse Maven Snippet

NeoForge

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

Learn more about Curse Maven

What's new

🐛 Bug Fix: Missing Item Models

Fixed "Missing item model" warnings for pedestal, dark matter pedestal, red matter pedestal, alchemical chest, condenser mk1, and condenser mk2. These blocks all use the base_chest model with chest-style rendering.

Root Cause

The particle texture was defined in base_chest.json using a texture variable (#chest) that wasn't properly resolving in NeoForge's model validation. Moved the particle definition to each individual child model with explicit texture references.

⚙️ Technical Details

Files Modified:

  • models/block/base_chest.json — Removed texture variable particle
  • models/block/pedestal.json — Added explicit particle
  • models/block/dm_pedestal.json — Added explicit particle
  • models/block/rm_pedestal.json — Added explicit particle
  • models/block/alchemical_chest.json — Added explicit particle
  • models/block/condenser_mk1.json — Added explicit particle
  • models/block/condenser_mk2.json — Added explicit particle

This mod has no additional files