This is a example mod for Minecraft Fabric 1.21.1(requires Fabric API). This mod is licensed under the MIT License.
- 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
- Clone this repository via `git clone
- Setup the workspace via
./gradlew ideaor./gradlew eclipse - Build the mod via
./gradlew build - The mod will be in
build/libs - Done!
./gradlew runClientor./gradlew runServer- Done!
./gradlew runDatagen- (Optional) Press build project button in your IDE and reload Minecraft client by F3 + T or
/reload - Done!