Skip to content

Commit

Permalink
1.20.2; updated fabric.mod.json; moved the modrinth readme and change…
Browse files Browse the repository at this point in the history
…log files
  • Loading branch information
Blayung committed Oct 22, 2024
1 parent f816de0 commit dce9cd2
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 17 deletions.
1 change: 0 additions & 1 deletion MODRINTH_CHANGELOG.md

This file was deleted.

4 changes: 0 additions & 4 deletions MODRINTH_README.md

This file was deleted.

8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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"]
}

Expand Down
1 change: 1 addition & 0 deletions modrinth/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Updated mod metadata
2 changes: 2 additions & 0 deletions modrinth/readme.md
Original file line number Diff line number Diff line change
@@ -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.**
9 changes: 1 addition & 8 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

"license": "GPL-3.0-only",
"authors": [
"Wojciech Paruch <teamaster69@proton.me>"
"Wojciech Paruch"
],

"contact": {
Expand All @@ -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": [
Expand Down

0 comments on commit dce9cd2

Please sign in to comment.