https://github.com/pjagielski/fabric-example-mod-kotlin
https://github.com/pjagielski/fabric-example-mod-kotlin
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pjagielski/fabric-example-mod-kotlin
- Owner: pjagielski
- License: cc0-1.0
- Created: 2020-05-03T20:59:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-03T20:59:17.000Z (about 5 years ago)
- Last Synced: 2025-02-14T16:31:01.345Z (3 months ago)
- Language: Java
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fabric Example Mod - Kotlin
## Setup
0. Create a new mod repository by pressing the "Use this template" button and clone the created repository.
1. Import build.gradle file with IntelliJ IDEA
2. Edit build.gradle and mod.json to suit your needs.
* The "mixins" object can be removed from mod.json if you do not need to use mixins.
* Please replace all occurences of "modid" with your own mod ID - sometimes, a different string may also suffice.
3. Run!## License
This template is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects.