IDFK
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"criteria": {
|
||||
"tick": {
|
||||
"trigger": "minecraft:tick"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": false,
|
||||
"background": "minecraft:textures/block/stone.png",
|
||||
"description": "Advancements for Ace's BS",
|
||||
"icon": {
|
||||
"count": 1,
|
||||
"id": "minecraft:diamond"
|
||||
},
|
||||
"show_toast": false,
|
||||
"title": "Ace's BS"
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"tick"
|
||||
]
|
||||
],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"parent": "minecraft:acesbs/root",
|
||||
"criteria": {
|
||||
"iron": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:iron_ingot"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"description": "Test advancement",
|
||||
"icon": {
|
||||
"count": 1,
|
||||
"id": "minecraft:iron_ingot"
|
||||
},
|
||||
"title": "Test"
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"iron"
|
||||
]
|
||||
],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
Reference in New Issue
Block a user