Equivalent Legacy (1.3.0-beta.11)
Curse Maven Snippet
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 particlemodels/block/pedestal.json— Added explicit particlemodels/block/dm_pedestal.json— Added explicit particlemodels/block/rm_pedestal.json— Added explicit particlemodels/block/alchemical_chest.json— Added explicit particlemodels/block/condenser_mk1.json— Added explicit particlemodels/block/condenser_mk2.json— Added explicit particle
All Relations
- All Relations
- Embedded Library
- Optional Dependency
- Required Dependency
- Tool
- Incompatible
- Include
This mod has no related projects

