Merge branch 'IntellectualSites:main' into main

This commit is contained in:
2023-03-19 16:32:00 -05:00
committed by GitHub
26 changed files with 8610 additions and 13 deletions

View File

@ -64,7 +64,11 @@ public class FloatingTreeRemover implements BlockTool {
|| type == BlockTypes.RED_MUSHROOM_BLOCK
|| type == BlockTypes.BROWN_MUSHROOM_BLOCK
|| type == BlockTypes.MUSHROOM_STEM
|| type == BlockTypes.VINE;
|| type == BlockTypes.VINE
|| type == BlockTypes.NETHER_WART_BLOCK
|| type == BlockTypes.WARPED_WART_BLOCK
|| type == BlockTypes.CRIMSON_STEM
|| type == BlockTypes.WARPED_STEM;
}
@Override