Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 404 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 404 Bytes

MC-Prefab-Fabric

Like the Forge-Based mod but based on Fabric Mod Launcher instead

Update sources for new version

Run the following command: ./gradlew genSources

Update mappings

Run the following command: ./gradlew migrateMappings --mappings "1.16.5+build.3" Note: This will update based on the mappings build.

Build the mod for distribution

Run the following command: ./gradlew build