Skip to content

Commit

Permalink
Update to 1.20.2 (compatible up to 1.20.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
NebelNidas committed May 23, 2024
1 parent 1037249 commit 401a49b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 18 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,17 @@ jobs:

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

name: 0.3.3 for MC 1.20
version: 0.3.3+1.20
name: 0.3.3 for MC 1.20.2 to 1.20.4
version: 0.3.3+1.20.2
version-type: release

loaders: |
fabric
game-versions: |
1.20
1.20.1
1.20.2
1.20.3
1.20.4
dependencies: |
fabric-api | depends
Expand Down
16 changes: 8 additions & 8 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ maven_group = com.github.reviversmc
archives_base_name = toomanybinds

# Mod Dependencies
minecraft_version = 1.20.1
minecraft_version = 1.20.2
fabric_loader_version = 0.15.11
fabric_api_version = 0.92.1+1.20.1
yarn_mappings = 1.20.1+build.10
amecs_api_version= 1.5.3+mc1.20-pre1
modmenu_version = 7.2.2
cloth_config_version = 11.1.118
fabric_api_version = 0.91.6+1.20.2
yarn_mappings = 1.20.2+build.4
amecs_api_version= 1.5.6+mc1.20.2
modmenu_version = 8.0.1
cloth_config_version = 12.0.119

# Dev-Env Mods
use_third_party_mods = true
sodium_version = mc1.20.1-0.5.8
lithium_version = mc1.20.1-0.11.2
sodium_version = mc1.20.2-0.5.5
lithium_version = mc1.20.2-0.12.0
ferritecore_version = 6.0.1-fabric
threadtweak_version = 0.1.1+mc1.20.2
fadeless_version = 1.0.1
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,6 @@ protected void init() {
setInitialFocus(textField);
}

@Override
public void tick() {
textField.tick();
}

@Override
public void resize(MinecraftClient client, int width, int height) {
init(client, width, height);
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 @@ -32,6 +32,6 @@
"toomanybinds.mixins.json"
],
"depends": {
"minecraft": ">=1.20- <1.22-"
"minecraft": ">=1.20.2- <1.20.5"
}
}

0 comments on commit 401a49b

Please sign in to comment.