Skip to content

Commit

Permalink
Finish preparing for release (Minecraft 1.20.3 and later)
Browse files Browse the repository at this point in the history
  • Loading branch information
thefirethirteen committed Jan 2, 2024
1 parent 6287606 commit f0d8bb7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:

files: build/libs/!(*-@(dev|sources)).jar

name: Release 5.1.2 for Minecraft 1.20 and later
version: 5.1.2+1.20-and-later
name: Release 5.3.0 for Minecraft 1.20.3 and later
version: 5.3.0+1.20.3-and-later
version-type: release

loaders: |
Expand All @@ -63,7 +63,7 @@ jobs:
fabric-api@*(required){modrinth:P7dR8mSH}{curseforge:306612}#(ignore:github)
game-versions: |
[1.20-rc1,1.20.1]
[1.20.3,1.20.4]
game-version-filter: none

Expand Down
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ dependencies {
modRuntimeOnly "com.terraformersmc:modmenu:${project.modmenu_version}"
modRuntimeOnly "maven.modrinth:sodium:${project.sodium_version}"
modRuntimeOnly "maven.modrinth:lithium:${project.lithium_version}"
modRuntimeOnly "maven.modrinth:ferrite-core:${project.ferritecore_version}"
// not available for MC 1.20.3
// modRuntimeOnly "maven.modrinth:ferrite-core:${project.ferritecore_version}"
}
}

Expand Down
11 changes: 6 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,20 @@ fabric_loom_version = 1.4-SNAPSHOT
checkstyle_version = 10.12.1

# Mod Properties
mod_version = 5.2.0+1.20.2-and-later
mod_version = 5.3.0+1.20.3-and-later
maven_group = com.github.reviversmc
archives_base_name = modern-glass-doors

# Mod Dependencies
minecraft_version = 1.20.4
minecraft_version = 1.20.3
fabric_loader_version = 0.15.3
fabric_api_version = 0.92.0+1.20.4
yarn_mappings = 1.20.4+build.3
fabric_api_version = 0.91.1+1.20.3
yarn_mappings = 1.20.3+build.1

# Dev-Env Mods
use_third_party_mods = true
modmenu_version = 9.0.0
sodium_version = mc1.20.3-0.5.5
lithium_version = mc1.20.4-0.12.1
lithium_version = mc1.20.3-0.12.1
# not available for MC 1.20.3; disabled in build.gradle
ferritecore_version = 6.0.3-fabric
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
]
},
"depends": {
"minecraft": ">=1.20-pre.2",
"minecraft": ">=1.20.3",
"fabric-item-group-api-v1": "*",
"fabric-blockrenderlayer-v1": "*"
}
Expand Down

0 comments on commit f0d8bb7

Please sign in to comment.