20 lines
435 B
JSON
20 lines
435 B
JSON
{
|
|
"parent":"mc_rebalance:the_farmer_was_replaced",
|
|
"display": {
|
|
"icon": {"item": "minecraft:gold_ingot"},
|
|
"title": "Better Than Another Rose Gold",
|
|
"description": "Hold on. Is this really gold?",
|
|
"frame": "task",
|
|
"show_toast": true,
|
|
"announce_to_chat": true
|
|
},
|
|
"criteria": {
|
|
"givenow": {
|
|
"trigger": "minecraft:inventory_changed",
|
|
"conditions": {
|
|
"items":[{"items":["minecraft:gold_ingot"]}]
|
|
}
|
|
}
|
|
}
|
|
}
|