You've already forked minecraft-assets
Create/Update assets for version 1.21.5-pre2
This commit is contained in:
51
data/minecraft/advancement/nether/all_potions.json
Normal file
51
data/minecraft/advancement/nether/all_potions.json
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"parent": "minecraft:nether/brew_potion",
|
||||
"criteria": {
|
||||
"all_effects": {
|
||||
"conditions": {
|
||||
"effects": {
|
||||
"minecraft:fire_resistance": {},
|
||||
"minecraft:infested": {},
|
||||
"minecraft:invisibility": {},
|
||||
"minecraft:jump_boost": {},
|
||||
"minecraft:night_vision": {},
|
||||
"minecraft:oozing": {},
|
||||
"minecraft:poison": {},
|
||||
"minecraft:regeneration": {},
|
||||
"minecraft:resistance": {},
|
||||
"minecraft:slow_falling": {},
|
||||
"minecraft:slowness": {},
|
||||
"minecraft:speed": {},
|
||||
"minecraft:strength": {},
|
||||
"minecraft:water_breathing": {},
|
||||
"minecraft:weakness": {},
|
||||
"minecraft:weaving": {},
|
||||
"minecraft:wind_charged": {}
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:effects_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"description": {
|
||||
"translate": "advancements.nether.all_potions.description"
|
||||
},
|
||||
"frame": "challenge",
|
||||
"icon": {
|
||||
"count": 1,
|
||||
"id": "minecraft:milk_bucket"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.nether.all_potions.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"all_effects"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"experience": 100
|
||||
},
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
Reference in New Issue
Block a user