Skip to content

A Minecraft mod template that allows you to use the same core code for different versions of your mod on different APIs (such as Fabric and Forge). It follows a hexagonal approach to Minecraft modding.

License

Notifications You must be signed in to change notification settings

lilgallon/MinecraftModTemplate

Repository files navigation

Things to edit:

  • updates.json: File used by forge to check for updates. Referenced from forge/src/main/resources/META-INF/mods.toml
  • forge/src/main/resources/META-INF/mods.toml: Forge mod metadata
  • fabric/src/main/resources/fabric.mod.json: Fabric mod metadata
  • buildSrc/main/kotlin/com/example/gradle/References.kt: Versions & constants used by gradle
  • settings.gradle.kts: Project name

About

A Minecraft mod template that allows you to use the same core code for different versions of your mod on different APIs (such as Fabric and Forge). It follows a hexagonal approach to Minecraft modding.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages