forked from Upstream/mmocore
!Fixed default configs
This commit is contained in:
parent
568d6da795
commit
a7793def08
@ -28,7 +28,8 @@ on-mine:
|
|||||||
drop-table:
|
drop-table:
|
||||||
items:
|
items:
|
||||||
- 'vanilla{type=DIAMOND} 1 1-4'
|
- 'vanilla{type=DIAMOND} 1 1-4'
|
||||||
vanilla-drops: false
|
options:
|
||||||
|
vanilla-drops: false
|
||||||
regen:
|
regen:
|
||||||
time: 20
|
time: 20
|
||||||
# Stone block skull texture
|
# Stone block skull texture
|
||||||
@ -41,7 +42,8 @@ on-mine:
|
|||||||
drop-table:
|
drop-table:
|
||||||
items:
|
items:
|
||||||
- 'vanilla{type=EMERALD} 1 1-9'
|
- 'vanilla{type=EMERALD} 1 1-9'
|
||||||
vanilla-drops: false
|
options:
|
||||||
|
vanilla-drops: false
|
||||||
regen:
|
regen:
|
||||||
time: 2000
|
time: 2000
|
||||||
temp-block: vanilla{type=STONE}
|
temp-block: vanilla{type=STONE}
|
||||||
@ -65,8 +67,9 @@ on-mine:
|
|||||||
triggers:
|
triggers:
|
||||||
- 'exp{profession=mining;amount=20}'
|
- 'exp{profession=mining;amount=20}'
|
||||||
|
|
||||||
# Set to false if you want to disable vanila drops.
|
options:
|
||||||
vanilla-drops: false
|
# Set to false if you want to disable vanila drops.
|
||||||
|
vanilla-drops: false
|
||||||
|
|
||||||
regen:
|
regen:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user