/Scena

Multi-Platform modding framework for Minecraft 1.18 and above

Primary LanguageJavaMIT LicenseMIT

Scena

Multi-Platform modding framework for Minecraft 1.18 and above

Current state

Stable But documentation and testing framework are still missing, basically a direct extraction from C&B and updated to 1.19.x.

Features

  • Modding framework
  • Complete handling of the loading of your mod
  • Complete freedom to create your own mod
  • Jar-In-Jar capable, no external dependencies in your build script of on your mod.
  • Completely modular, no need to know how to build a mod
  • Platform transparent, no need to know what platform you are running on
  • Handling of all the basic subsystem of Minecraft
  • Custom network
  • Custom configs
  • Custom registries

To do:

  • Documentation
  • Testing
  • Integration with other mods
  • Testing framework