Skip to content

Commit

Permalink
Removed event-inventory as its already present in registered super event
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeGBLP committed Feb 19, 2025
1 parent 318803d commit b1a1c23
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
import ch.njol.skript.Skript;
import ch.njol.skript.lang.util.SimpleEvent;
import org.bukkit.event.inventory.SmithItemEvent;
import org.bukkit.inventory.Inventory;

import static it.jakegblp.lusk.utils.CompatibilityUtils.registerEventValue;

public class EvtSmithingTableEvents {
static {
Expand All @@ -15,7 +12,6 @@ public class EvtSmithingTableEvents {
.description("Called when the recipe of an Item is completed inside a smithing table.")
.examples("on item smith:")
.since("1.3.4");
registerEventValue(SmithItemEvent.class, Inventory.class, SmithItemEvent::getInventory, 0);
}
}
}

0 comments on commit b1a1c23

Please sign in to comment.