You've already forked minecraft-assets
Create/Update assets for version 17w15a
This commit is contained in:
20
assets/minecraft/advancements/story/upgrade_tools.json
Normal file
20
assets/minecraft/advancements/story/upgrade_tools.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": "minecraft:stone_pickaxe",
|
||||
"title": "Getting an Upgrade",
|
||||
"description": "Construct a better pickaxe"
|
||||
},
|
||||
"parent": "minecraft:story/mine_stone",
|
||||
"criteria": {
|
||||
"stone_pickaxe": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:stone_pickaxe"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user