File tree Expand file tree Collapse file tree
fabric/src/main/templates
neoforge/src/main/templates/META-INF
src/main/resources/assets/sinocore Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 "contributors" : [
1111 " ${mod_credits}"
1212 ],
13+ "icon" : " assets/sinocore/logo.png" ,
1314 "contact" : {
1415 "homepage" : " ${mod_homepage}" ,
1516 "sources" : " ${mod_sources}" ,
3435 "minecraft" : " ${fabric_minecraft_version_range}" ,
3536 "fabricloader" : " ${fabric_loader_version_range}" ,
3637 "fabric" : " ${fabric_api_version_range}"
38+ },
39+ "custom" : {
40+ "modmenu" : {
41+ "links" : {
42+ "modmenu.curseforge" : " https://www.curseforge.com/minecraft/mc-mods/sinocore" ,
43+ "modmenu.modrinth" : " https://modrinth.com/mod/sinocore" ,
44+ "modmenu.wiki" : " https://docs.sino.moegirl.games/dev/" ,
45+ "modmenu.github_releases" : " https://github.com/SinoCraftProject/SinoCore/releases" ,
46+ "modmenu.discord" : " https://discord.gg/Q6zuDWDHJV"
47+ },
48+ "badges" : [" library" ],
49+ "update_checker" : true
50+ }
3751 }
3852}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ authors = "${mod_authors}"
1111credits = " ${mod_credits}"
1212description = " ${mod_description}"
1313displayURL = " ${mod_homepage}"
14- logoFile = " sinocore_logo .png"
14+ logoFile = " assets/sinocore/logo .png"
1515displayTest = " MATCH_VERSION"
1616
1717[[dependencies .${ mod_id } ]]
File renamed without changes.
You can’t perform that action at this time.
0 commit comments