You can no longer repair/salvage item stacks with more than one item

This commit is contained in:
nossr50
2019-06-08 10:20:22 -07:00
parent 549ef5734e
commit a132172507
4 changed files with 15 additions and 2 deletions

View File

@ -410,6 +410,8 @@ public class MaterialMapStore {
toolBlackList.add("oak_wood");
toolBlackList.add("spruce_log");
toolBlackList.add("spruce_wood");
toolBlackList.add("iron_block");
toolBlackList.add("gold_block");
}
private void addToHashSet(String string, HashSet<String> stringHashSet)