Skip to content

Commit

Permalink
Update to 1.19.4-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
thefirethirteen committed Mar 10, 2023
1 parent 19d2b35 commit 2d2be8e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
files-primary: build/libs/!(*-@(dev|sources)).jar
files-secondary: null

name: Alpha 1 of 4.2.0 for Minecraft 1.19.4-pre2
version: 4.2.0.alpha.1+1.19.4-pre2
version-type: alpha
name: Beta 1 of 4.2.0 for Minecraft 1.19.4-rc2
version: 4.2.0.beta.1+1.19.4-rc2
version-type: beta

loaders: |
fabric
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ loom_quiltflower_version = 1.8.0
checkstyle_version = 10.5.0

# Mod Properties
mod_version = 4.2.0.alpha.1+1.19.4-pre2
mod_version = 4.2.0.beta.1+1.19.4-rc2
maven_group = com.github.reviversmc
archives_base_name = modern-glass-doors

# Mod Dependencies
minecraft_version = 1.19.4-pre2
fabric_loader_version = 0.14.14
fabric_api_version = 0.75.1+1.19.4
yarn_mappings = 1.19.4-pre2+build.1
minecraft_version = 1.19.4-rc2
fabric_loader_version = 0.14.17
fabric_api_version = 0.75.3+1.19.4
yarn_mappings = 1.19.4-rc2+build.1


# If true, third-party mods will be loaded during runtime in the developer run configurations
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
]
},
"depends": {
"minecraft": ">=1.19.4-beta.2",
"minecraft": ">=1.19.4-rc.2",
"fabric-item-group-api-v1": "*",
"fabric-blockrenderlayer-v1": "*"
}
Expand Down

0 comments on commit 2d2be8e

Please sign in to comment.