Fixed objectives in default quests

This commit is contained in:
Aria 2019-09-12 00:54:09 +02:00
parent e0c22dfc1e
commit 02277d30ff
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ delay: 0
# the quest will end.
objectives:
1:
type: 'mine{type=OAK_LOG;amount=8}'
type: 'mineblock{type=OAK_LOG;amount=8}'
lore: 'Mangoes only grow in Oak trees. Go break 8 oak logs!'
triggers:
- message{format="&aThank you! Those mangoes are gonna drop from these leaves."}

View File

@ -39,7 +39,7 @@ objectives:
- 'message{format="&aBlacksmith> &fCould you please get me 3 oak logs?"}'
- 'sound{sound=ENTITY_EXPERIENCE_ORB_PICKUP}'
2:
type: 'mine{type="OAK_LOG";amount=3}'
type: 'mineblock{type="OAK_LOG";amount=3}'
lore: 'Get three oak logs!'
triggers:
- 'message{format="&aBlacksmith> &fGood job, now bring these logs back to me!"}'