Delete misplaced directories

This commit is contained in:
inventivetalent
2018-12-24 09:49:20 +01:00
parent 5f0fec3de7
commit 044148e94e
9193 changed files with 0 additions and 524704 deletions

View File

@@ -1,31 +0,0 @@
{
"parent": "minecraft:nether/create_beacon",
"display": {
"icon": {
"item": "minecraft:beacon"
},
"title": {
"translate": "advancements.nether.create_full_beacon.title"
},
"description": {
"translate": "advancements.nether.create_full_beacon.description"
},
"frame": "goal",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"beacon": {
"trigger": "minecraft:construct_beacon",
"conditions": {
"level": 4
}
}
},
"requirements": [
[
"beacon"
]
]
}