Skip to content

mods TEMPLATE MOD

Legends11 edited this page Sep 12, 2026 · 1 revision

Template Mod

A Fabric mod template for Minecraft 26.1.2.

Metadata

Source: src/main/resources/fabric.mod.json

  • Declared dependencies: fabricloader: >=0.19.2, minecraft: ~26.1.2, java: >=25, fabric-api: *
  • License (from fabric.mod.json): MIT

Modules

Java

  • net.change_me.client.TemplateModClient
  • net.change_me.client.mixin.ExampleClientMixin
  • net.change_me.TemplateMod
  • net.change_me.mixin.ExampleMixin

Source


This page was generated automatically by generate_wiki.py from the README, package metadata, and source code of this sub-project. Manual edits will be overwritten the next time the script runs.

Clone this wiki locally