Wart blocks are now treated like leaves

This commit is contained in:
nossr50
2020-03-03 22:09:57 -08:00
parent ff8c94bf44
commit 3aa9f385e5
4 changed files with 9 additions and 3 deletions

View File

@ -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()

View File

@ -249,8 +249,8 @@ Experience_Values:
Soul_Sand: 40
Soul_Soil: 40
Woodcutting:
Nether_Wart_Block: 20
Warped_Wart_Block: 20
Nether_Wart_Block: 1
Warped_Wart_Block: 1
Shroomlight: 100
Crimson_Stem: 35
Warped_Stem: 35