Advancements

This commit is contained in:
Vos
2026-03-11 01:30:35 -05:00
parent 1449c553f8
commit eb804c6f17
5 changed files with 150 additions and 29 deletions
@@ -0,0 +1,27 @@
{
"parent": "minecraft:acesbs/root",
"criteria": {
"cigarette": {
"conditions": {
"effects": {
"acesbs:cigarette": {}
}
},
"trigger": "minecraft:effects_changed"
}
},
"display": {
"description": "Smoke a cigarette",
"icon": {
"count": 1,
"id": "acesbs:cigarette"
},
"title": "Dulling the Edge"
},
"requirements": [
[
"cigarette"
]
],
"sends_telemetry_event": true
}
@@ -0,0 +1,28 @@
{
"parent": "minecraft:acesbs/get_cigarette",
"criteria": {
"jittery": {
"conditions": {
"effects": {
"acesbs:jittery": {}
}
},
"trigger": "minecraft:effects_changed"
}
},
"display": {
"description": "Feeling jittery, you could really go for a smoke.",
"hidden": true,
"icon": {
"count": 1,
"id": "minecraft:bee_nest"
},
"title": "Ants in my Pants!"
},
"requirements": [
[
"jittery"
]
],
"sends_telemetry_event": true
}
@@ -0,0 +1,28 @@
{
"parent": "minecraft:acesbs/get_jittery",
"criteria": {
"withdrawal": {
"conditions": {
"effects": {
"acesbs:withdrawal": {}
}
},
"trigger": "minecraft:effects_changed"
}
},
"display": {
"description": "Suffer from nicotine withdrawal",
"hidden": true,
"icon": {
"count": 1,
"id": "minecraft:flint_and_steel"
},
"title": "Anybody got a light?"
},
"requirements": [
[
"withdrawal"
]
],
"sends_telemetry_event": true
}
@@ -1,29 +0,0 @@
{
"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
}