You've already forked minecraft-assets
Create/Update assets for version 17w15a
This commit is contained in:
16
assets/minecraft/advancements/story/enter_the_nether.json
Normal file
16
assets/minecraft/advancements/story/enter_the_nether.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": "minecraft:flint_and_steel",
|
||||
"title": "We Need to Go Deeper",
|
||||
"description": "Build, light and enter a Nether Portal"
|
||||
},
|
||||
"parent": "minecraft:story/form_obsidian",
|
||||
"criteria": {
|
||||
"entered_nether_portal": {
|
||||
"trigger": "minecraft:enter_block",
|
||||
"conditions": {
|
||||
"block": "minecraft:portal"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user