[DEV] Rebuild porting patches

This commit is contained in:
2025-03-09 15:14:41 +02:00
parent c328a07345
commit 770f214dcf
71 changed files with 632 additions and 167 deletions

View File

@@ -17,7 +17,7 @@
public ServerPlayer player;
@Inject(
- method = "lambda$handleChat$5",
- method = "lambda$handleChat$6",
- at = @At("HEAD"),
+ method = "handleChat(Lnet/minecraft/server/network/TextFilter$FilteredText;)V",
+ at = @At(value = "INVOKE", target = "Lnet/minecraft/server/network/TextFilter$FilteredText;getFiltered()Ljava/lang/String;"),