[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.
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.
- 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.