mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 18:24:43 +02:00
Add support for Mossy Block and Azalea Leaves
This commit is contained in:
@ -1006,6 +1006,7 @@ public class MaterialMapStore {
|
||||
treeFellerDestructibleWhiteList.add("dark_oak_leaves");
|
||||
treeFellerDestructibleWhiteList.add("jungle_leaves");
|
||||
treeFellerDestructibleWhiteList.add("spruce_leaves");
|
||||
treeFellerDestructibleWhiteList.add("azalea_leaves");
|
||||
treeFellerDestructibleWhiteList.add("nether_wart_block");
|
||||
treeFellerDestructibleWhiteList.add("warped_wart_block");
|
||||
treeFellerDestructibleWhiteList.add("brown_mushroom_block");
|
||||
|
@ -463,6 +463,7 @@ Green_Thumb_Replanting_Crops:
|
||||
###
|
||||
Bonus_Drops:
|
||||
Herbalism:
|
||||
Moss_Block: true
|
||||
Sweet_Berry_Bush: true
|
||||
Weeping_Vines: true
|
||||
Twisting_Vines: true
|
||||
|
@ -245,6 +245,7 @@ Experience_Values:
|
||||
Excavation:
|
||||
Clay: 40
|
||||
Dirt: 40
|
||||
Rooted_Dirt: 60
|
||||
Coarse_Dirt: 40
|
||||
Podzol: 40
|
||||
Grass_Block: 40
|
||||
@ -294,6 +295,7 @@ Experience_Values:
|
||||
Brown_Mushroom_Block: 70
|
||||
Mushroom_Stem: 80
|
||||
Herbalism:
|
||||
Moss_Block: 150
|
||||
Crimson_Roots: 6
|
||||
Warped_Roots: 6
|
||||
Nether_Wart_Block: 3
|
||||
|
Reference in New Issue
Block a user