Skip to content

Hashibutogarasu/fabric-example-mod

Repository files navigation

Fabric Example Mod

This is a example mod for Minecraft Fabric 1.21.1(requires Fabric API). This mod is licensed under the MIT License.

Features

  • Example Block
  • Example Item
  • Example Tool
  • Example Armor
  • Example Entity
  • Example Block Model Renderer
  • Example Item Model Renderer
  • Example Block Entity
  • Example World Generation
  • Example Recipe
  • Example Loot Table
  • Example Advancement
  • Example Screen
  • Example Container
  • Example Packet
  • Example Event
  • Example Mixin
  • Example Command

How to build

  1. Clone this repository via `git clone
  2. Setup the workspace via ./gradlew idea or ./gradlew eclipse
  3. Build the mod via ./gradlew build
  4. The mod will be in build/libs
  5. Done!

How to run

  1. ./gradlew runClient or ./gradlew runServer
  2. Done!

How to generate a resources

  1. ./gradlew runDatagen
  2. (Optional) Press build project button in your IDE and reload Minecraft client by F3 + T or /reload
  3. Done!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages