First few files and initial rebuild

This commit is contained in:
Nassim Jahnke
2024-12-13 16:52:45 +01:00
parent b2fd9b225c
commit f2ff5966a6
8 changed files with 22 additions and 33 deletions

View File

@@ -1,6 +1,6 @@
--- a/com/mojang/brigadier/exceptions/CommandSyntaxException.java
+++ b/com/mojang/brigadier/exceptions/CommandSyntaxException.java
@@ -5,7 +5,7 @@
@@ -5,7 +_,7 @@
import com.mojang.brigadier.Message;
@@ -9,7 +9,7 @@
public static final int CONTEXT_AMOUNT = 10;
public static boolean ENABLE_COMMAND_STACK_TRACES = true;
public static BuiltInExceptionProvider BUILT_IN_EXCEPTIONS = new BuiltInExceptions();
@@ -73,4 +73,11 @@
@@ -73,4 +_,11 @@
public int getCursor() {
return cursor;
}