支持1.21,修复一些问题,为自动工具添加实体识别
This commit is contained in:
@ -1,9 +1,5 @@
|
||||
{
|
||||
"mappings": {
|
||||
"com/expvintl/mctools/mixin/GameRendererMixin": {
|
||||
"Lnet/minecraft/util/profiler/Profiler;swap(Ljava/lang/String;)V": "Lnet/minecraft/class_3695;method_15405(Ljava/lang/String;)V",
|
||||
"renderWorld": "Lnet/minecraft/class_757;method_3188(FJLnet/minecraft/class_4587;)V"
|
||||
},
|
||||
"com/expvintl/mctools/mixin/MinecraftClientMixin": {
|
||||
"setScreen": "Lnet/minecraft/class_310;method_1507(Lnet/minecraft/class_437;)V",
|
||||
"tick": "Lnet/minecraft/class_310;method_1574()V"
|
||||
@ -30,6 +26,7 @@
|
||||
},
|
||||
"com/expvintl/mctools/mixin/player/ClientPlayerInteractionManagerMixin": {
|
||||
"attackBlock": "Lnet/minecraft/class_636;method_2910(Lnet/minecraft/class_2338;Lnet/minecraft/class_2350;)Z",
|
||||
"attackEntity": "Lnet/minecraft/class_636;method_2918(Lnet/minecraft/class_1657;Lnet/minecraft/class_1297;)V",
|
||||
"breakBlock": "Lnet/minecraft/class_636;method_2899(Lnet/minecraft/class_2338;)Z"
|
||||
},
|
||||
"com/expvintl/mctools/mixin/player/PlayerEntityMixin": {
|
||||
@ -38,10 +35,6 @@
|
||||
},
|
||||
"data": {
|
||||
"named:intermediary": {
|
||||
"com/expvintl/mctools/mixin/GameRendererMixin": {
|
||||
"Lnet/minecraft/util/profiler/Profiler;swap(Ljava/lang/String;)V": "Lnet/minecraft/class_3695;method_15405(Ljava/lang/String;)V",
|
||||
"renderWorld": "Lnet/minecraft/class_757;method_3188(FJLnet/minecraft/class_4587;)V"
|
||||
},
|
||||
"com/expvintl/mctools/mixin/MinecraftClientMixin": {
|
||||
"setScreen": "Lnet/minecraft/class_310;method_1507(Lnet/minecraft/class_437;)V",
|
||||
"tick": "Lnet/minecraft/class_310;method_1574()V"
|
||||
@ -68,6 +61,7 @@
|
||||
},
|
||||
"com/expvintl/mctools/mixin/player/ClientPlayerInteractionManagerMixin": {
|
||||
"attackBlock": "Lnet/minecraft/class_636;method_2910(Lnet/minecraft/class_2338;Lnet/minecraft/class_2350;)Z",
|
||||
"attackEntity": "Lnet/minecraft/class_636;method_2918(Lnet/minecraft/class_1657;Lnet/minecraft/class_1297;)V",
|
||||
"breakBlock": "Lnet/minecraft/class_636;method_2899(Lnet/minecraft/class_2338;)Z"
|
||||
},
|
||||
"com/expvintl/mctools/mixin/player/PlayerEntityMixin": {
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
build/classes/java/main/com/expvintl/mctools/gui/MainMenu.class
Normal file
BIN
build/classes/java/main/com/expvintl/mctools/gui/MainMenu.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user