Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Removed the anvil fix patch
Browse files Browse the repository at this point in the history
it should have been fixed by leaves' patch, I couldn't reproduce the issue
  • Loading branch information
404Setup committed Nov 14, 2024
1 parent adbd09e commit 15d23f1
Show file tree
Hide file tree
Showing 65 changed files with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions patches/api/0006-Sewlia-Config-Key.patch
Original file line number Diff line number Diff line change
Expand Up @@ -743,35 +743,6 @@ index 0000000000000000000000000000000000000000..80c80347b9c4a8a00b6c52b92ac0ef5f
+ @Comment("test comment")
+ public static Boolean value = false;
+}
diff --git a/src/main/java/one/tranic/sewlia/config/mod/fix/anvil_drop/Debug.java b/src/main/java/one/tranic/sewlia/config/mod/fix/anvil_drop/Debug.java
new file mode 100644
index 0000000000000000000000000000000000000000..90260a1b65a0ca88d84b82ab6a9e92bfe6ae72a8
--- /dev/null
+++ b/src/main/java/one/tranic/sewlia/config/mod/fix/anvil_drop/Debug.java
@@ -0,0 +1,8 @@
+package one.tranic.sewlia.config.mod.fix.anvil_drop;
+
+import one.tranic.sewlia.config.annotation.Comment;
+
+public class Debug {
+ @Comment("Whether to print detailed information to the console when this issue is triggered")
+ public static boolean value = false;
+}
diff --git a/src/main/java/one/tranic/sewlia/config/mod/fix/anvil_drop/Enable.java b/src/main/java/one/tranic/sewlia/config/mod/fix/anvil_drop/Enable.java
new file mode 100644
index 0000000000000000000000000000000000000000..8234a65d2aa6b5b3d607cec95453efe41e9f82d9
--- /dev/null
+++ b/src/main/java/one/tranic/sewlia/config/mod/fix/anvil_drop/Enable.java
@@ -0,0 +1,9 @@
+package one.tranic.sewlia.config.mod.fix.anvil_drop;
+
+import one.tranic.sewlia.config.annotation.Comments;
+
+public class Enable {
+ @Comments({"This fix will attempt to prevent the bug in https://github.com/PaperMC/Folia/issues/217, ",
+ "it may cause some unexpected effects but should be harmless."})
+ public static boolean value = true;
+}
diff --git a/src/main/java/one/tranic/sewlia/config/mod/fix/entity_moving/Enable.java b/src/main/java/one/tranic/sewlia/config/mod/fix/entity_moving/Enable.java
new file mode 100644
index 0000000000000000000000000000000000000000..8fac641a45325f0f5b7c03497e1ce6abed731e94
Expand Down

0 comments on commit 15d23f1

Please sign in to comment.