Skip to content

Commit

Permalink
Fix wrench stackable
Browse files Browse the repository at this point in the history
  • Loading branch information
james58899 committed Jun 13, 2021
1 parent 4494189 commit 459e78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/one/oktw/galaxy/recipe/tools/Wrench.kt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class Wrench : CraftingRecipe {
return true
}

override fun craft(inv: CraftingInventory) = item.copy()
override fun craft(inv: CraftingInventory) = Tool.WRENCH.createItemStack()

@Environment(EnvType.CLIENT)
override fun fits(width: Int, height: Int): Boolean {
Expand Down

0 comments on commit 459e78f

Please sign in to comment.