Example mod for ReplayMod's preprocessor.
For setup instructions please see the fabric wiki page that relates to the IDE that you are using.
After setting up the workspace, you can follow the instructions below to get the preprocessor working.
- The version defined in
versions/mainProjectis used to compile the mod, other versions are using the preprocessor. - To add a new version, add a new folder in
versionsand link the version in:settings.gradleto the versions array so Gradle recognizes the versionroot.gradle.ktsto link the version to the preprocessor
- Every folder in
versionsshould contain agradle.propertiesfile with the default properties for the version
For usage instructions please see the ReplayMod preprocessor repository.
This template is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects.