Skip to content

Unofficial take on how the next major version of the Create Mod might be architected.

Notifications You must be signed in to change notification settings

adaliszk/createamod-future-unofficial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[INFO] This is an experimental re-architecture of the Create Mod, exploring a modular, component-driven design with an emphasis on extensibility and long-term maintainability.

UNOFFICIAL CreateMod Next

Create introduces a rich set of tools and components for building, decoration, and elegant automation. Its technology is intentionally open-ended: instead of abstract menus and dense interfaces, progress is achieved through tangible machines and visible logic.

Architecture Goals

  • Switch to Kotlin for improved readability and expressive, concise code.
  • Decompose components and systems into engine-agnostic libraries.
  • Develop content verticals as standalone addons to continuously validate API usability.
  • Isolate all platform-specific behavior behind explicit adapter and runtime layers.
  • Organize the project as a monorepo with clearly defined dependency boundaries.
  • Provide living documentation and examples that evolve alongside the codebase.

About

Unofficial take on how the next major version of the Create Mod might be architected.

Resources

Stars

Watchers

Forks