promotional bannermobile promotional banner

Create: Diamond & Factory

This Mod make Diamond from Factory

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

Fabric

modImplementation "curse.maven:create-diamond-factory-1168399:7507561"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

🛠 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 ExampleMixin that caused InvalidInjectionException due to bytecode conflicts with the base game.
  • Fixed Initialization Order – Reordered the onInitialize sequence. Fluids are now registered before items to ensure BucketItem references are valid, fixing the NoClassDefFoundError.
  • Improved Fabric Compatibility – Refactored item registration from FabricItemSettings to standard Item.Settings to 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 ModItems class for better stability.
  • Cleaned up mixins.json and removed redundant injection points.
  • Fixed missing class errors related to FlowableFluid imports.
  • Updated Identifier calls for better compatibility with Minecraft 1.20.1.