https://github.com/deftu/modtemplate
A simple project template for my Minecraft mods.
https://github.com/deftu/modtemplate
Last synced: about 2 months ago
JSON representation
A simple project template for my Minecraft mods.
- Host: GitHub
- URL: https://github.com/deftu/modtemplate
- Owner: Deftu
- License: lgpl-3.0
- Created: 2024-06-18T13:04:14.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-29T02:45:48.000Z (11 months ago)
- Last Synced: 2025-04-05T18:56:12.072Z (about 2 months ago)
- Language: Kotlin
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Mod Template
A very barebones mod template for creating Minecraft mods for versions 1.8.9 - 1.21, with support for Fabric, (Lex)Forge and NeoForge.---
[](https://bisecthosting.com/deftu)
[](https://s.deftu.dev/discord)
[](https://s.deftu.dev/kofi)---
## Setting up
1. Clone the repository.
2. Open the project in IntelliJ IDEA.
3. Modify the project metadata in `gradle.properties`.
4. Set up the versions/loaders you want to support in `settings.gradle.kts` and `root.gradle.kts`.
5. Configure dependencies and additional setup in `build.gradle.kts`.
6. Rename the package and classes as desired. Be sure to update preprocessed imports too!
7. Start coding!---
**This project is licensed under [LGPL-3.0][lgpl3].**\
**© 2024 Deftu**[lgpl3]: https://www.gnu.org/licenses/lgpl-3.0.en.html