Skip to content

Commit

Permalink
update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
sisby-folk committed Oct 14, 2023
1 parent 3e73805 commit 2f49a90
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ publishing {

unifiedPublishing {
project {
gameVersions = ["1.18.2"]
gameVersions = ["1.20.1"]
gameLoaders = ["fabric"]
releaseType = "release"

Expand Down
8 changes: 4 additions & 4 deletions fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"icon": "antiqueatlas_icon.png",
"depends": {
"fabricloader": ">=0.10.8",
"fabric": ">=0.28.0",
"minecraft": ">=1.18.2",
"cloth-config2": [">=6.2.62", "<7.0.0"],
"architectury": ">=4.10.86"
"fabric": ">=0.88.1",
"minecraft": ">=1.20.1",
"cloth-config2": ">=11.1.106",
"architectury": ">=9.1.12"
},
"mixins": [
"antiqueatlas.mixins.json",
Expand Down
2 changes: 1 addition & 1 deletion forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ publishing {

unifiedPublishing {
project {
gameVersions = ["1.18.2"]
gameVersions = ["1.20.1"]
gameLoaders = ["forge"]
releaseType = "release"

Expand Down
8 changes: 4 additions & 4 deletions forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,27 @@ Antique Atlas is a book that acts like a map featuring infinite scrolling, zoom
[[dependencies.antiqueatlas]]
modId="forge"
mandatory=true
versionRange="[40,)"
versionRange="[47,)"
ordering="NONE"
side="BOTH"

[[dependencies.antiqueatlas]]
modId="minecraft"
mandatory=true
versionRange="[1.18.2,)"
versionRange="[1.20.1,)"
ordering="NONE"
side="BOTH"

[[dependencies.antiqueatlas]]
modId="cloth_config"
mandatory=true
versionRange="[6.2.62,)"
versionRange="[11.1.106,)"
ordering="NONE"
side="BOTH"

[[dependencies.antiqueatlas]]
modId = "architectury"
mandatory = true
versionRange = "[4.10.86,)"
versionRange = "[9.1.12,)"
ordering = "AFTER"
side = "BOTH"
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": "AntiqueAtlas",
"pack_format": 8
"pack_format": 15
}
}

0 comments on commit 2f49a90

Please sign in to comment.