You've already forked minecraft-assets
Create/Update assets for version 17w13a
This commit is contained in:
19
assets/minecraft/advancements/story/brew_potion.json
Normal file
19
assets/minecraft/advancements/story/brew_potion.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": "minecraft:glass_bottle",
|
||||
"title": "Brew a Potion"
|
||||
},
|
||||
"parent": "minecraft:story/obtain_blaze_rod",
|
||||
"criteria": {
|
||||
"potion": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:potion"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user