diff --git a/MODRINTH_CHANGELOG.md b/MODRINTH_CHANGELOG.md deleted file mode 100644 index f858d80..0000000 --- a/MODRINTH_CHANGELOG.md +++ /dev/null @@ -1 +0,0 @@ -- Fixed mod version appearing as ${modVersion} diff --git a/MODRINTH_README.md b/MODRINTH_README.md deleted file mode 100644 index be305ae..0000000 --- a/MODRINTH_README.md +++ /dev/null @@ -1,4 +0,0 @@ -[![](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/available/github_vector.svg)](https://github.com/Blayung/allow-portal-guis) ![](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/unsupported/forge_vector.svg) - -# Allow Portal GUIs -### This mod allows you to open different guis inside of a nether portal (fe. chat or the inventory), which is impossible to do in vanilla minecraft. diff --git a/build.gradle b/build.gradle index 1a7c0fb..37ed60f 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ dependencies { modImplementation "net.fabricmc:fabric-loader:0.15.11" } -def modVersion = "1.1.2" +def modVersion = "1.1.3" base.archivesName = "allow-portal-guis-" + modVersion @@ -30,13 +30,13 @@ processResources { modrinth { token = System.getenv("MINOTAUR_PAT") - syncBodyFrom = rootProject.file("MODRINTH_README.md").text + syncBodyFrom = rootProject.file("modrinth/readme.md").text uploadFile = remapJar projectId = "allow-portal-guis" - changelog = rootProject.file("MODRINTH_CHANGELOG.md").text + changelog = rootProject.file("modrinth/changelog.md").text versionName = "Allow Portal GUIs " + modVersion versionNumber = modVersion - gameVersions = ["1.21", "1.21.1"] + gameVersions = ["1.21", "1.21.1", "1.21.2"] loaders = ["fabric", "quilt"] } diff --git a/modrinth/changelog.md b/modrinth/changelog.md new file mode 100644 index 0000000..1da169b --- /dev/null +++ b/modrinth/changelog.md @@ -0,0 +1 @@ +- Updated mod metadata diff --git a/modrinth/readme.md b/modrinth/readme.md new file mode 100644 index 0000000..66180b7 --- /dev/null +++ b/modrinth/readme.md @@ -0,0 +1,2 @@ +# Allow Portal GUIs +**This mod allows you to open different guis inside of a nether portal (fe. chat or the inventory), which is impossible to do in vanilla minecraft.** diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 25b0c23..1adb297 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -10,7 +10,7 @@ "license": "GPL-3.0-only", "authors": [ - "Wojciech Paruch " + "Wojciech Paruch" ], "contact": { @@ -19,13 +19,6 @@ "issues": "https://github.com/Blayung/allow-portal-guis/issues", "email": "teamaster69@proton.me" }, - "custom": { - "modmenu": { - "links": { - "modmenu.modrinth": "https://modrinth.com/mod/allow-portal-guis" - } - } - }, "environment": "client", "mixins": [