File tree Expand file tree Collapse file tree
client/java/pl/lordtricker/ltrynek/client/keybinding Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11plugins {
2- id ' fabric-loom' version ' 1.10 -SNAPSHOT'
2+ id ' fabric-loom' version ' 1.11 -SNAPSHOT'
33 id ' maven-publish'
44}
55
@@ -84,4 +84,4 @@ publishing {
8484 // The repositories here will be used for publishing your artifact, not for
8585 // retrieving dependencies.
8686 }
87- }
87+ }
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ org.gradle.jvmargs=-Xmx1G
33org.gradle.parallel =true
44
55# Fabric Properties
6- minecraft_version =1.21.8
7- yarn_mappings =1.21.8 +build.1
6+ minecraft_version =1.21.10
7+ yarn_mappings =1.21.10 +build.3
88loader_version =0.18.3
99
1010# Mod Properties
11- mod_version =1.6.0-Alpha+1.21.8
11+ mod_version =1.6.0-Alpha+1.21.10
1212maven_group =pl.lordtricker
1313archives_base_name =ltrynek
1414
1515# Dependencies
16- fabric_version =0.136.1 +1.21.8
16+ fabric_version =0.138.4 +1.21.10
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.12.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ public static void init() {
1515 toggleScanningKey = KeyBindingHelper .registerKeyBinding (new KeyBinding (
1616 "Włączenie podświetlenia itemów" ,
1717 GLFW .GLFW_KEY_R ,
18- "LT-Mods binds"
18+ KeyBinding . Category . MISC
1919 ));
2020
2121 ClientTickEvents .END_CLIENT_TICK .register (client -> {
Original file line number Diff line number Diff line change 2828 ],
2929
3030 "depends" : {
31- "fabricloader" : " >=0.16.14 " ,
32- "minecraft" : " >=1.21.6 <=1.21.8 " ,
31+ "fabricloader" : " >=0.17.12 " ,
32+ "minecraft" : " >=1.21.9 <=1.21.10 " ,
3333 "java" : " >=21" ,
3434 "fabric-api" : " *"
3535 },
You can’t perform that action at this time.
0 commit comments