28 lines
552 B
JSON
Executable File
28 lines
552 B
JSON
Executable File
{
|
|
"display": {
|
|
"icon": {
|
|
"item": "gameritems:raw_jeremium"
|
|
},
|
|
"title": "reD?",
|
|
"description": "Get a piece of raw Jeremium",
|
|
"frame": "task",
|
|
"show_toast": true,
|
|
"announce_to_chat": true
|
|
},
|
|
"parent": "gameritems:omnium_armour",
|
|
"criteria": {
|
|
"requirement": {
|
|
"trigger": "minecraft:inventory_changed",
|
|
"conditions": {
|
|
"items": [
|
|
{
|
|
"items": [
|
|
"gameritems:raw_jeremium"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|