Added config options for specific double drops. Implements MCCORE-226

This commit is contained in:
GJ
2012-05-01 01:14:32 -04:00
parent c8ad2bb454
commit dbede7f81a
11 changed files with 441 additions and 192 deletions

View File

@ -1,6 +1,6 @@
#
# mcMMO configuration
# First generated on ${project.version}-b${BUILD_NUMBER}
# First generated on ${project.version}-b${BUILD_NUMBER}
#
#####
@ -173,6 +173,43 @@ Skills:
Level_Cap: 0
Requires_Axe: true
#
# Settings for Double Drops
###
Double_Drops:
Herbalism:
Brown_Mushrooms: true
Cacti: true
Melons: true
Nether_Warts: true
Pumpkins: true
Red_Mushrooms: true
Red_Roses: true
Sugar_Cane: true
Vines: true
Water_Lilies: true
Wheat: true
Yellow_Flowers: true
Mining:
Coal: true
Diamond: true
End_Stone: true
Glowstone: true
Gold: true
Iron: true
Lapis: true
Moss_Stone: true
Netherrack: true
Obsidian: true
Redstone: true
Sandstone: true
Stone: true
Woodcutting:
Oak: true
Birch: true
Spruce: true
Jungle: true
#
# Settings for XP distribution
###