Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
TexBlock committed Mar 10, 2024
1 parent 4fae4ec commit 7b27f54
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: gradle/wrapper-validation-action@v1
- run: |
chmod +x gradlew
./gradlew build publishUnified --stacktrace -Porg.gradle.parallel.threads=4
./gradlew build publishMod --stacktrace -Porg.gradle.parallel.threads=4
env:
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
## Changelog
- port to 1.19.2
- port to 1.18.2
2 changes: 1 addition & 1 deletion fabric/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
## Changelog
- port to 1.19.2
- port to 1.18.2
2 changes: 1 addition & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ publisher {
setChangelog(file("CHANGELOG.md").getText("UTF-8"))
setVersion("${project.version}-fabric")
setDisplayName("[Fabric] ${project.version}")
setGameVersions("1.19", "1.19.1", "1.19.2")
setGameVersions("1.18", "1.18.1", "1.18.2")
setLoaders("fabric")
setArtifact(remapJar)
addAdditionalFile(sourcesJar)
Expand Down
2 changes: 1 addition & 1 deletion fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"depends": {
"fabric": "*",
"minecraft": "1.19.x",
"minecraft": "1.18.x",
"architectury": "*"
}
}
2 changes: 1 addition & 1 deletion forge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
## Changelog
- port to 1.19.2
- port to 1.18.2
6 changes: 3 additions & 3 deletions forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
modLoader = "javafml"
loaderVersion = "[46,)"
loaderVersion = "[38,)"
issueTrackerURL = "https://github.com/KessokuTeaTime/ZoomerLibrary/issues"
license = "MIT"

Expand All @@ -20,14 +20,14 @@ logoFile = "icon.png"
[[dependencies.zoomerlibrary]]
modId = "forge"
mandatory = true
versionRange = "[46,)"
versionRange = "[38,)"
ordering = "NONE"
side = "BOTH"

[[dependencies.zoomerlibrary]]
modId = "minecraft"
mandatory = true
versionRange = "[1.19,)"
versionRange = "[1.18,)"
ordering = "NONE"
side = "BOTH"

Expand Down
2 changes: 1 addition & 1 deletion forge/src/main/resources/pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"pack": {
"description": "ZoomerLibrary",
"pack_format": 10
"pack_format": 8
}
}

0 comments on commit 7b27f54

Please sign in to comment.