You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -39,4 +47,9 @@ public static void onStartComplete() {
39
47
});
40
48
}
41
49
}
50
+
51
+
publicstaticvoidcreateServerDump(Throwablet) {
52
+
HybridFix.LOGGER.error("--- REPORT THIS TO YOUR SERVER SOFTWARE - If you think this is a HybridFix bug, please report it at https://github.com/HaHaWTH/HybridFix/issues - THIS IS NOT A CRASH - {} ---", Bukkit.getServer().getVersion());
Copy file name to clipboardExpand all lines: src/main/java/io/wdsj/hybridfix/config/Settings.java
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -75,13 +75,17 @@ public static class ModPatchSettings {
75
75
@Config.Comment("Patch taint in thaumcraft spread event.")
76
76
@Config.RequiresMcRestart
77
77
publicbooleanpatchThaumcraftTaintSpread = true;
78
+
79
+
@Config.Comment("Patch Tinkers Construct tool damage,\nUseful for some traits that adds extra effects and disarming, etc.\nYou can use property -Dhybridfix.tconstruct.supersedeVanillaEvent=true to prevent calling original damage event.")
80
+
@Config.RequiresMcRestart
81
+
publicbooleanpatchTconstructToolDamage = false;
78
82
}
79
83
@Config.Comment("Configuration for HybridFix built-in bukkit plugin.")
0 commit comments