mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-29 16:46:46 +01:00
be4736fffd
Fixes #1546
55 lines
1007 B
YAML
55 lines
1007 B
YAML
#
|
|
# Settings for Custom Excavation Blocks
|
|
###
|
|
Excavation:
|
|
Block_1|0:
|
|
XP_Gain: 99
|
|
Double_Drops_Enabled: true
|
|
Block_2|0:
|
|
XP_Gain: 99
|
|
Double_Drops_Enabled: true
|
|
|
|
#
|
|
# Settings for Custom Herbalism Blocks
|
|
###
|
|
Herbalism:
|
|
Block_1|0:
|
|
XP_Gain: 99
|
|
Double_Drops_Enabled: true
|
|
Block_2|0:
|
|
XP_Gain: 99
|
|
Double_Drops_Enabled: true
|
|
|
|
#
|
|
# Settings for Custom Mining Blocks
|
|
###
|
|
Mining:
|
|
Block_1|0:
|
|
XP_Gain: 99
|
|
Double_Drops_Enabled: true
|
|
Is_Ore: true
|
|
Block_2|0:
|
|
XP_Gain: 99
|
|
Double_Drops_Enabled: true
|
|
Is_Ore: true
|
|
|
|
#
|
|
# Settings for Custom Woodcutting Blocks
|
|
###
|
|
Woodcutting:
|
|
Block_1|0:
|
|
XP_Gain: 99
|
|
Double_Drops_Enabled: true
|
|
Is_Log: true
|
|
Block_2|0:
|
|
XP_Gain: 99
|
|
Double_Drops_Enabled: true
|
|
Is_Log: true
|
|
|
|
#
|
|
# Settings for Custom Ability Blocks
|
|
# (These blocks don't trigger abilities)
|
|
###
|
|
Ability_Blocks:
|
|
Block_1|0:
|
|
Block_2|0: |