File Details
create_diamond_factory-1.0.2-1.20.1-fabric
- R
- Jan 22, 2026
- 880.92 KB
- 92.0K
- 1.20.1
- Fabric
File Name
create_diamond_factory-1.0.2-1.20.1-fabric.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
🛠 Changelog v1.0.2 – Stability & Compatibility Update
This update focuses on fixing critical crashes occurring during the game initialization phase in Fabric environments.
🚀 Bug Fixes & Improvements:
- Fixed Startup Crashes – Removed a faulty
ExampleMixinthat causedInvalidInjectionExceptiondue to bytecode conflicts with the base game. - Fixed Initialization Order – Reordered the
onInitializesequence. Fluids are now registered before items to ensureBucketItemreferences are valid, fixing theNoClassDefFoundError. - Improved Fabric Compatibility – Refactored item registration from
FabricItemSettingsto standardItem.Settingsto prevent class-loading issues on various launchers. - Create Mod Synergy – Cleaned up class mapping to ensure seamless operation alongside the Create mod.
📦 Technical Changes:
- Refactored the
ModItemsclass for better stability. - Cleaned up
mixins.jsonand removed redundant injection points. - Fixed missing class errors related to
FlowableFluidimports. - Updated
Identifiercalls for better compatibility with Minecraft 1.20.1.

