Skip to content

Commit 22f662f

Browse files
committed
Added first advancement
1 parent 46bfc7a commit 22f662f

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"display": {
3+
"icon": {
4+
"item": "processed:crafting_processor"
5+
},
6+
"title": "The Beginning",
7+
"description": "Start with the mod and craft your first processor!",
8+
"background": "processed:textures/block/overload_ore.png",
9+
"frame": "goal",
10+
"show_toast": true,
11+
"announce_to_chat": true,
12+
"hidden": false
13+
},
14+
"criteria": {
15+
"requirement": {
16+
"trigger": "minecraft:inventory_changed",
17+
"conditions": {
18+
"items": [
19+
{
20+
"count": 1
21+
}
22+
]
23+
}
24+
}
25+
}
26+
}

0 commit comments

Comments
 (0)