Skip to content

Commit

Permalink
fixed bug tier upgrade item into upgrade slot
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMCCrazyMan committed Feb 29, 2024
1 parent 04acab8 commit e018e37
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,9 @@ public String getDescriptionId(ItemStack stack) {

return this.getDescriptionId();
}

@Override
public boolean isSupported(BlockState machine) {
return false;
}
}

0 comments on commit e018e37

Please sign in to comment.