Skip to content

Commit

Permalink
Update to 1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Spyxar committed Dec 16, 2023
1 parent c5a326c commit 0d840b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
org.gradle.jvmargs=-Xmx2G

# https://fabricmc.net/develop
minecraft_version=1.20.2
yarn_mappings=1.20.2+build.1
loader_version=0.14.22
fabric_version=0.89.2+1.20.2
minecraft_version=1.20.4
yarn_mappings=1.20.4+build.3
loader_version=0.15.2
fabric_version=0.91.3+1.20.4

mod_version = 1.5.0
maven_group = com.spyxar
archives_base_name = tiptapshow

toml4j_version = 0.7.2
modmenu_version = 8.0.0
clothconfig_version = 12.0.109
modmenu_version = 9.0.0-pre.1
clothconfig_version = 13.0.114
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"tiptapshow.mixins.json"
],
"requires": {
"fabricloader": ">=0.14.0",
"minecraft": "~1.20.2",
"fabricloader": ">=0.15.0",
"minecraft": "~1.20.4",
"java": ">=17"
},
"suggests": {
Expand Down

0 comments on commit 0d840b8

Please sign in to comment.