28 lines
547 B
JSON
Executable File
28 lines
547 B
JSON
Executable File
{
|
|
"display": {
|
|
"icon": {
|
|
"item": "gameritems:raw_omnium"
|
|
},
|
|
"title": "greEN?",
|
|
"description": "Get a piece of raw Omnium",
|
|
"frame": "task",
|
|
"show_toast": true,
|
|
"announce_to_chat": true
|
|
},
|
|
"parent": "gameritems:orium_armour",
|
|
"criteria": {
|
|
"requirement": {
|
|
"trigger": "minecraft:inventory_changed",
|
|
"conditions": {
|
|
"items": [
|
|
{
|
|
"items": [
|
|
"gameritems:raw_omnium"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|