A template repository for showing how to use Scena.
This project contains the common files of the project, it does not contain any functional logic, but contains things access transformers and access wideners.
This is the core project it contains the common code and the core logic of the project.
In this example this core project only initializes the common 'mod' class Formula
and the initializers for the item the project adds.
The initialization and build logic for fabric.
The initialization and build logic for forge.
- Fork this project.
- Start modifying the
gradle.properties
file- Modify your owner, maven and author data
- Rename your project in the
settings.gradle
- Rename the group in the root
build.gradle
- Rename the packages of the core, fabric and forge projects to match the new group
- Rename the 'mod' class
Formula
to match your new project name - Start building a mod.