Skip to content

Commit

Permalink
Add flowering azalea leaves to Tree Feller
Browse files Browse the repository at this point in the history
  • Loading branch information
nossr50 committed Sep 28, 2021
1 parent 58e7323 commit c30892a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Changelog.txt
@@ -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
Expand Down
1 change: 1 addition & 0 deletions src/main/java/com/gmail/nossr50/util/MaterialMapStore.java
Expand Up @@ -1009,6 +1009,7 @@ private void fillTreeFellerDestructibleWhiteList()
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");
Expand Down

0 comments on commit c30892a

Please sign in to comment.