Add flowering azalea leaves to Tree Feller

This commit is contained in:
nossr50 2021-09-28 00:09:04 -07:00
parent 58e7323c3e
commit c30892a0a5
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,9 @@
Version 2.1.202
Added Amethyst_Block to experience.yml for Mining
Added Flowering Azalea Leaves to Tree Feller's white list
NOTES:
This means tree feller will destroy flowering azalea leaves during its ability
Version 2.1.201
Tweaked the visual/audio effect for Rupture

View File

@ -1009,6 +1009,7 @@ public class MaterialMapStore {
treeFellerDestructibleWhiteList.add("jungle_leaves");
treeFellerDestructibleWhiteList.add("spruce_leaves");
treeFellerDestructibleWhiteList.add("azalea_leaves");
treeFellerDestructibleWhiteList.add("flowering_azalea_leaves");
treeFellerDestructibleWhiteList.add("nether_wart_block");
treeFellerDestructibleWhiteList.add("warped_wart_block");
treeFellerDestructibleWhiteList.add("brown_mushroom_block");