Skip to content

Repository files navigation

Create Mod Suite

This Gradle multi-project build contains independently distributable NeoForge client mods and their development tools.

Projects

  • Create Efficient Visuals retains selected Create visuals through Flywheel and backports chunk-baked rendering for vanilla beds, signs, and decorated pots.
  • Minecraft Frame Profiler records a bounded rolling JFR window for diagnosing slow client frames.
  • tools/jfr-analyzer analyzes recordings produced by the profiler.
  • tools/sparkprofile is a zero-dependency agent/debugging reader for raw .sparkprofile files.
  • tools/blockbench runs procedural model-design jobs in an isolated Blockbench desktop process and exports models, textures, and previews in one non-interactive build.

The mods do not depend on each other. The integration client run loads both for development convenience.

Build

.\gradlew.bat build

Individual artifacts can be built with:

.\gradlew.bat :mods:create-efficient-visuals:build
.\gradlew.bat :mods:minecraft-frame-profiler:build

Each mod jar is written to its own build/libs directory.

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages