[PORT] Back port for 1.20.4

This commit is contained in:
2024-05-09 14:36:33 +02:00
parent f4d9e45427
commit 15d506cc06
26 changed files with 777 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
--- a/NeoForge/src/main/resources/craterlib.neoforge.mixins.json
+++ b/NeoForge/src/main/resources/craterlib.neoforge.mixins.json
@@ -5,7 +5,9 @@
"compatibilityLevel": "JAVA_17",
"mixins": [
],
- "client": [],
+ "client": [
+ "ConfigScreenHandlerMixin"
+ ],
"server": [
"ServerGamePacketListenerImplMixin"
],