File tree Expand file tree Collapse file tree
java/me/diffusehyperion/inertiaanticheat/mixins Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11plugins {
2- id ' fabric-loom' version ' 1.7 -SNAPSHOT'
2+ id ' fabric-loom' version ' 1.10 -SNAPSHOT'
33 id ' maven-publish'
44}
55
Original file line number Diff line number Diff line change @@ -3,15 +3,16 @@ org.gradle.jvmargs=-Xmx1G
33
44# Fabric Properties
55# check these on https://modmuss50.me/fabric.html
6- minecraft_version =1.21.4
7- yarn_mappings =1.21.4+build.1
8- loader_version =0.16.9
6+ minecraft_version =1.21.5
7+ yarn_mappings =1.21.5+build.1
8+ loader_version =0.16.14
9+ loom_version =1.10-SNAPSHOT
910
1011# Mod Properties
11- mod_version = 1.0.4.2
12+ mod_version = 1.0.4.3
1213maven_group = me.diffusehyperion
1314archives_base_name = InertiaAntiCheat
1415
1516# Dependencies
1617# check this on https://modmuss50.me/fabric.html
17- fabric_version =0.111 .0+1.21.4
18+ fabric_version =0.126 .0+1.21.5
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.8 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 22
33import me .diffusehyperion .inertiaanticheat .networking .packets .AnticheatPackets ;
44import me .diffusehyperion .inertiaanticheat .networking .packets .S2C .AnticheatDetailsS2CPacket ;
5- import net .minecraft .network .NetworkStateBuilder ;
5+ import net .minecraft .network .state . NetworkStateBuilder ;
66import net .minecraft .network .state .QueryStates ;
77import org .spongepowered .asm .mixin .Mixin ;
88import org .spongepowered .asm .mixin .injection .At ;
Original file line number Diff line number Diff line change 33import me .diffusehyperion .inertiaanticheat .interfaces .ClientConnectionMixinInterface ;
44import me .diffusehyperion .inertiaanticheat .networking .packets .UpgradedClientQueryPacketListener ;
55import net .minecraft .network .ClientConnection ;
6- import net .minecraft .network .NetworkState ;
6+ import net .minecraft .network .state . NetworkState ;
77import net .minecraft .network .listener .ClientPacketListener ;
88import net .minecraft .network .listener .ServerPacketListener ;
99import net .minecraft .network .packet .c2s .handshake .ConnectionIntent ;
Original file line number Diff line number Diff line change 2929 ],
3030 "depends" : {
3131 "fabricloader" : " *" ,
32- "fabric" : " >=0.111 .0+1.21.4 " ,
33- "minecraft" : " >=1.21.4 "
32+ "fabric" : " >=0.126 .0+1.21.5 " ,
33+ "minecraft" : " >=1.21.5 "
3434 }
3535}
You can’t perform that action at this time.
0 commit comments