Skip to content

Commit

Permalink
Compiles and run, world loading untested.
Browse files Browse the repository at this point in the history
  • Loading branch information
XyperCode committed Sep 18, 2023
1 parent 83fac43 commit 879f9b9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies {
common(project(path: ":common", configuration: "namedElements")) { transitive false }
shadowCommon(project(path: ":common", configuration: "transformProductionFabric")) { transitive false }

modImplementation "com.terraformersmc:modmenu:5.0.2", {
modImplementation "com.terraformersmc:modmenu:6.2.1", {
exclude module: "fabric-api"
}
}
Expand Down
File renamed without changes
13 changes: 8 additions & 5 deletions fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@
}
],
"contact": {
"website": "https://ultreon.github.io/web/",
"homepage": "https://curseforge.com/minecraft/mc-mods/ultreonlib",
"repo": "https://github.com/Ultreon/ultreonlib",
"homepage": "https://ultreon.github.io",
"sources": "https://github.com/Ultreon/ultreonlib",
"issues": "https://github.com/Ultreon/ultreonlib/issues"
},
"license": "Ultreon API License v1.1",
"icon": "ultreonlib.png",
"icon": "assets/ultreonlib/icon.png",
"environment": "*",
"entrypoints": {
"main": [
Expand All @@ -49,11 +48,15 @@
"architectury": ">=8.1 <9",
"forgeconfigapiport": ">=6 <7"
},
"suggests": {
"modmenu": "*"
},
"custom": {
"modmenu": {
"links": {
"modmenu.curseforge": "https://curseforge.com/minecraft/mc-mods/ultreonlib",
"modmenu.modrinth": "https://modrinth.com/mod/ultreonlib"
"modmenu.modrinth": "https://modrinth.com/mod/ultreonlib",
"modmenu.discord": "https://discord.gg/WePT9v2CmQ"
},
"badges": [ "library" ]
}
Expand Down
File renamed without changes.

0 comments on commit 879f9b9

Please sign in to comment.