Skip to content

Commit

Permalink
Upgrade Architectury API version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dianliang233 committed May 31, 2024
1 parent 40751ac commit 20b0f7d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# v1.4.2+1.20.6
# v1.4.3+1.20.6

## Fixes

- Fix Iris unable to read the shaderpack's language file (#31)
- Introduce stricter constraints on dependency versions
4 changes: 2 additions & 2 deletions fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
"minecraft": ">=1.20.5",
"java": ">=21",
"fabric-api": "*",
"architectury": ">=9.2.14",
"architectury": ">=12.0.0",
"cloth-config": "*"
},
"recommends": {
"modmenu": "*"
},
"suggests": {
"roughlyenoughitems": ">=14.0.0",
"roughlyenoughitems": ">=15.0.0",
"emi": ">=1.1.0"
},
"custom": {
Expand Down
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ archives_base_name=heywiki
maven_group=wiki.minecraft.heywiki
enabled_platforms=fabric,neoforge
enabled_platforms_snapshot=fabric
mod_version=1.4.2+1.20.6
mod_version=1.4.3+1.20.6
# Loader versions
minecraft_version=1.20.6
minecraft_version_range=1.20.6
yarn_mappings=1.20.6+build.1
yarn_mappings=1.20.6+build.3
fabric_loader_version=0.15.11
fabric_api_version=0.98.0+1.20.6
neoforge_version=20.6.48-beta
fabric_api_version=0.99.0+1.20.6
neoforge_version=20.6.98-beta
# Dependency versions
architectury_version=12.0.27
architectury_version=12.1.3
cloth_config_version=14.0.126
rei_version=15.0.728
emi_version=1.1.5+1.20.6
emi_version=1.1.6+1.20.6
8 changes: 4 additions & 4 deletions neoforge/src/main/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ config = "heywiki-common.mixins.json"
[[dependencies.heywiki]]
modId = "neoforge"
type = "required"
versionRange = "[20.5.0-beta,)"
versionRange = "[20.6.98-beta,)"
ordering = "NONE"
side = "CLIENT"

Expand All @@ -35,7 +35,7 @@ side = "CLIENT"
[[dependencies.heywiki]]
modId = "architectury"
type = "required"
versionRange = "[9.2.14,)"
versionRange = "[12.1.3,)"
ordering = "AFTER"
side = "CLIENT"
[dependencies.heywiki.mc-publish]
Expand All @@ -45,7 +45,7 @@ curseforge = "architectury-api"
[[dependencies.heywiki]]
modId = "cloth_config"
type = "required"
versionRange = "[13.0.112,)"
versionRange = "[14.0.0,)"
ordering = "AFTER"
side = "CLIENT"
[dependencies.heywiki.mc-publish]
Expand All @@ -55,7 +55,7 @@ curseforge = "cloth-config"
[[dependencies.heywiki]]
modId = "roughlyenoughitems"
type = "optional"
versionRange = "[14.0.0,)"
versionRange = "[15.0.0,)"
ordering = "AFTER"
side = "CLIENT"
[dependencies.heywiki.mc-publish]
Expand Down

0 comments on commit 20b0f7d

Please sign in to comment.