You've already forked minecraft-assets
Create/Update assets for version 1.21.3
This commit is contained in:
26
data/minecraft/advancement/nether/brew_potion.json
Normal file
26
data/minecraft/advancement/nether/brew_potion.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"parent": "minecraft:nether/obtain_blaze_rod",
|
||||
"criteria": {
|
||||
"potion": {
|
||||
"trigger": "minecraft:brewed_potion"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"description": {
|
||||
"translate": "advancements.nether.brew_potion.description"
|
||||
},
|
||||
"icon": {
|
||||
"count": 1,
|
||||
"id": "minecraft:potion"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.nether.brew_potion.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"potion"
|
||||
]
|
||||
],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
Reference in New Issue
Block a user