Skip to content
/ ModTemplate Public template

A simple project template for my Minecraft mods.

License

Notifications You must be signed in to change notification settings

Deftu/ModTemplate

Repository files navigation

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.


BisectHosting

Discord Badge Ko-Fi Badge


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.
© 2024 Deftu

About

A simple project template for my Minecraft mods.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages