Skip to content

Commit

Permalink
Update SlimefunSetup.java
Browse files Browse the repository at this point in the history
  • Loading branch information
StarWishsama authored May 28, 2019
1 parent 0119276 commit 68b3be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/me/mrCookieSlime/Slimefun/Setup/SlimefunSetup.java
Original file line number Diff line number Diff line change
Expand Up @@ -2447,7 +2447,7 @@ public boolean onRightClick(ItemUseEvent e, final Player p, ItemStack item) {
0.45)
.register(true);

new SlimefunItem(Categories.WEAPONS, SlimefunItems.SEISMIC_AXE, "SEISMIC_AXE", RecipeType.MAGIC_WORKBENCH,
new ExcludedTool(Categories.WEAPONS, SlimefunItems.SEISMIC_AXE, "SEISMIC_AXE", RecipeType.MAGIC_WORKBENCH,
new ItemStack[] {SlimefunItems.HARDENED_METAL_INGOT, SlimefunItems.HARDENED_METAL_INGOT, null, SlimefunItems.HARDENED_METAL_INGOT, SlimefunItems.STAFF_ELEMENTAL, null, null, SlimefunItems.STAFF_ELEMENTAL, null})
.register(true, new ItemInteractionHandler() {

Expand Down

0 comments on commit 68b3be0

Please sign in to comment.