https://github.com/florianmichael/preprocessor-example-mod
Example mod for the usage of ReplayMod's preprocessor (Fabric only)
https://github.com/florianmichael/preprocessor-example-mod
example-mod fabric java multiversion preprocessor replaymod
Last synced: 3 months ago
JSON representation
Example mod for the usage of ReplayMod's preprocessor (Fabric only)
- Host: GitHub
- URL: https://github.com/florianmichael/preprocessor-example-mod
- Owner: FlorianMichael
- License: gpl-3.0
- Created: 2024-02-03T18:44:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-14T18:39:29.000Z (11 months ago)
- Last Synced: 2025-01-10T00:17:25.668Z (5 months ago)
- Topics: example-mod, fabric, java, multiversion, preprocessor, replaymod
- Language: Java
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Preprocessor Example Mod
Example mod for ReplayMod's [preprocessor](https://github.com/ReplayMod/preprocessor).
## Setup
For setup instructions please see the [fabric wiki page](https://fabricmc.net/wiki/tutorial:setup) 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/mainProject` is used to compile the mod, other versions are using the preprocessor.
- To add a new version, add a new folder in `versions` and link the version in:
- `settings.gradle` to the versions array so Gradle recognizes the version
- `root.gradle.kts` to link the version to the preprocessor
- Every folder in `versions` should contain a `gradle.properties` file with the default properties for the versionFor usage instructions please see the [ReplayMod preprocessor](https://github.com/ReplayMod/preprocessor) repository.
## License
This template is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects.