Skip to content

Commit

Permalink
Update for 1.20.2
Browse files Browse the repository at this point in the history
# Conflicts:
#	build.gradle
#	gradle.properties
  • Loading branch information
Vinrobot committed Nov 26, 2023
1 parent 5962f8d commit 75f8383
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx1G
org.gradle.parallel=true

# Minecraft Properties
minecraft_version=1.20
yarn_mappings=1.20+build.1
minecraft_version=1.20.2
yarn_mappings=1.20.2+build.4

# Mod Properties
mod_version=1.1.1
Expand All @@ -13,10 +13,10 @@ archives_base_name=mcemote

# Fabric Properties
# check these on https://fabricmc.net/develop
fabric_loader_version=0.14.21
fabric_api_version=0.83.0+1.20
fabric_loader_version=0.14.22
fabric_api_version=0.90.7+1.20.2

# Dependencies versions
modmenu_version=7.2.1
modmenu_version=8.0.0
webpdecoderjn_version=1.4
httpcomponents_version=4.5.14
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ public ConfigurationScreen(final Screen parent, final ConfigurationManager confi
@Override
public void tick() {
super.tick();
this.twitchIdField.tick();
}

@Override
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
}
],
"depends": {
"fabricloader": ">=0.14.21",
"minecraft": "~1.20",
"fabricloader": ">=0.14.22",
"minecraft": "~1.20.2",
"java": ">=17"
},
"suggests": {
Expand Down

0 comments on commit 75f8383

Please sign in to comment.