Sweet Berry bushes now grant XP when harvested and no longer activate tools

This commit is contained in:
nossr50
2021-03-25 13:42:20 -07:00
parent 2c5e11138b
commit e40ab38bbd
4 changed files with 63 additions and 2 deletions

View File

@ -1265,6 +1265,7 @@ public class MaterialMapStore {
toolBlackList.add("stonecutter");
toolBlackList.add("lodestone");
toolBlackList.add("respawn_anchor");
toolBlackList.add("sweet_berry_bush");
}
public boolean isIntendedToolPickaxe(Material material) {