mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01:00
treat new vines as multi block plants
This commit is contained in:
parent
de71c60d6b
commit
fd1b1fe124
@ -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
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user