Skip to content

Commit

Permalink
Update to 1.20.4
Browse files Browse the repository at this point in the history
opekope2 committed Dec 15, 2023
1 parent b56c4da commit 4e04a96
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions OptiGUI/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
##########################################################################
# Standard Fabric Dependencies
# Check these on https://fabricmc.net/develop/
minecraft_version=1.20.2
yarn_mappings=1.20.2+build.4
loader_version=0.14.24
minecraft_version=1.20.4
yarn_mappings=1.20.4+build.3
loader_version=0.15.2
# Fabric API
fabric_version=0.90.4+1.20.2
fabric_version=0.91.2+1.20.4
##########################################################################
# Mod Properties
archives_base_name=optigui
2 changes: 1 addition & 1 deletion OptiGUI/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@
"fabric-networking-api-v1": "*",
"fabric-events-interaction-v0": "*",
"fabric-language-kotlin": ">=${fabric_language_kotlin}",
"minecraft": ">=1.18 <=1.20.2",
"minecraft": ">=1.18 <=1.20.4",
"java": ">=${java}",
"optiglue": [
"=${version}-mc.1.18",
2 changes: 1 addition & 1 deletion OptiGlue/1.19.3/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@
"depends": {
"fabric-resource-loader-v0": "*",
"fabric-language-kotlin": ">=${fabric_language_kotlin}",
"minecraft": ">=1.19.3 <=1.20.2",
"minecraft": ">=1.19.3 <=1.20.4",
"java": ">=${java}",
"optigui": "=${optigui_version}"
},
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ loom_version=1.2-SNAPSHOT
java_version=17
##########################################################################
# Mod Properties
mod_version=2.1.6
mod_version=2.1.7
maven_group=opekope2.optigui
##########################################################################
# Kotlin Dependencies

0 comments on commit 4e04a96

Please sign in to comment.