treat new vines as multi block plants

This commit is contained in:
nossr50 2020-03-11 17:52:35 -07:00
parent de71c60d6b
commit fd1b1fe124
2 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@ Version 2.1.123
Adept Salvage message will now show the correct minimum level
'Weeping_Vines' renamed to 'Weeping_Vines_Plant' in experience.yml (no edits necessary)
'Twisted_Vines_Plant' added to Herbalism XP tables in experience.yml with a value of 10
Weeping_Vines_Plant and Twisted_Vines_Plant are now flagged as multi-block plants in Herbalism
Version 2.1.122
Changed the xp values for Nether_Wart_Block and Warped_Wart_Block from 20 to 1 for Woodcutting

View File

@ -774,6 +774,8 @@ public class MaterialMapStore {
multiBlockPlant.add("large_fern");
multiBlockPlant.add("tall_grass");
multiBlockPlant.add("bamboo");
multiBlockPlant.add("weeping_vines_plant");
multiBlockPlant.add("twisted_vines_plant");
}
private void fillShroomyWhiteList()