removed burst melee
This commit is contained in:
@@ -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) {}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user