mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 10:14:43 +02:00
Wart blocks are now treated like leaves
This commit is contained in:
@ -806,6 +806,8 @@ public class MaterialMapStore {
|
||||
leavesWhiteList.add("dark_oak_leaves");
|
||||
leavesWhiteList.add("jungle_leaves");
|
||||
leavesWhiteList.add("spruce_leaves");
|
||||
leavesWhiteList.add("nether_wart_block");
|
||||
leavesWhiteList.add("warped_wart_block");
|
||||
}
|
||||
|
||||
private void fillMossyWhiteList()
|
||||
|
Reference in New Issue
Block a user