Skip to content

examples itemExampleMod

Legends11 edited this page Sep 12, 2026 · 1 revision

Example Mod

Argüman örneği: /mycommand

(Description automatically extracted from src/main/resources/fabric.mod.json.)

Metadata

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

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

Modules

Java

  • com.example.customcmd.CustomCmdModClient
  • com.example.customcmd.CustomCmdMod
  • com.example.customcmd.CustomCommand
  • com.example.customcmd.component.ModComponents
  • com.example.customcmd.item.ModItems
  • com.example.customcmd.item.TitleItem

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