Skip to content
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.

Commit

Permalink
Less strict check for tool building in crafting grid so you can use b…
Browse files Browse the repository at this point in the history
…ones/sticks with it
  • Loading branch information
bonii-xx committed Nov 2, 2014
1 parent 158842e commit ba6c6e2
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -39,8 +39,8 @@ public boolean matches(InventoryCrafting inventoryCrafting, World world) {
continue;

// is it a toolpart?
if(!(slot.getItem() instanceof IToolPart))
return false;
//if(!(slot.getItem() instanceof IToolPart))
//return false;

// save it
input.add(slot);
Expand Down

0 comments on commit ba6c6e2

Please sign in to comment.