Skip to content

Commit

Permalink
📦 Added more items to banned list
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCrayfish committed Jan 7, 2022
1 parent 8969b2c commit b00dd24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/mrcrayfish/backpacked/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ private static List<String> getDefaultBannedItems()
bannedItems.add("create:green_toolbox");
bannedItems.add("create:red_toolbox");
bannedItems.add("create:black_toolbox");
bannedItems.add("mekanism:personal_chest");
bannedItems.add("supplementaries:sack");
return bannedItems;
}
}
Expand Down

0 comments on commit b00dd24

Please sign in to comment.