removed burst melee

This commit is contained in:
ImproperIssues
2023-05-05 20:05:57 -07:00
parent b215cc721c
commit f703d9e59e
2 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ public class EntityDamageListener implements Listener {
@EventHandler
public void onDamageByEntity(EntityDamageByEntityEvent e) {
try {
this.handleBurstMelee(e);
//this.handleBurstMelee(e);
}
catch (Exception ignore) {}
}
@@ -31,7 +31,7 @@ public class EntityDamageListener implements Listener {
@EventHandler
public void onDamage(EntityDamageEvent e) {
try {
this.handleBurstMelee(e);
//this.handleBurstMelee(e);
this.handleThornsBypass(e);
}
catch (Exception ignore) {}

View File

@@ -13,7 +13,7 @@ public abstract class CraftingKeys {
public static void initRecipes() {
// my custom
register(ItemPresets.TROLL_SWORD,"[dirt{}]");
//register(ItemPresets.TROLL_SWORD,"[dirt{}]");
register(ItemPresets.SNAD,"[sand{}]");
register(ItemPresets.SNAD_COOKIE,"[air{}, sugar{}, air{}, sand{display:{Name:'{\"extra\":[{\"bold\":false,\"italic\":false,\"underlined\":false,\"strikethrough\":false,\"obfuscated\":false,\"color\":\"white\",\"text\":\"Snad\"}],\"text\":\"\"}'}}, cocoa_beans{}, sand{display:{Name:'{\"extra\":[{\"bold\":false,\"italic\":false,\"underlined\":false,\"strikethrough\":false,\"obfuscated\":false,\"color\":\"white\",\"text\":\"Snad\"}],\"text\":\"\"}'}}, air{}, sugar{}, air{}]");
// legendary gear