-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update: gradle files + fabric.mod.json
- Loading branch information
1 parent
28cc8ff
commit 8365f2f
Showing
4 changed files
with
78 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule fuji-fabric.wiki
updated
from 16d850 to a55be8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,15 +3,27 @@ | |
"id": "fuji", | ||
"version": "${version}", | ||
"name": "Fuji", | ||
"icon": "assets/fuji/icon.png", | ||
"description": "A mod that provides many essential and useful modules for vanilla survival.", | ||
"authors": [ | ||
"SakuraWald" | ||
], | ||
"license": "CC0-1.0", | ||
"contact": { | ||
"homepage": "https://github.com/SakuraWald" | ||
"homepage": "https://github.com/SakuraWald", | ||
"sources": "https://github.com/sakurawald/fuji-fabric/", | ||
"issues": "https://github.com/sakurawald/fuji-fabric/issues" | ||
}, | ||
"license": "CC0-1.0", | ||
"icon": "assets/fuji/icon.png", | ||
"authors": [ | ||
{ | ||
"name": "SakuraWald", | ||
"contact": { | ||
"email": "[email protected]" | ||
} | ||
} | ||
], | ||
"contributors": [ | ||
{ | ||
"name": "mcjunshi" | ||
} | ||
], | ||
"environment": "*", | ||
"entrypoints": { | ||
"main": [ | ||
|
@@ -23,7 +35,7 @@ | |
"fuji.mixins.json" | ||
], | ||
"depends": { | ||
"fabricloader": ">=0.14.22", | ||
"fabricloader": ">=0.15.11", | ||
"minecraft": "~1.21", | ||
"java": ">=17", | ||
"fabric-api": "*" | ||
|