18 lines
433 B
JSON
18 lines
433 B
JSON
{
|
|
"parent": "chipi:progression/smelt_chipper_ore",
|
|
"display": {
|
|
"icon": { "item": "chipi:chipper_alloy" },
|
|
"title": "Alchemized Drip",
|
|
"description": "Blend chipper alloy like a squirrel mixing nut butter couture",
|
|
"frame": "task"
|
|
},
|
|
"criteria": {
|
|
"alloy": {
|
|
"trigger": "minecraft:inventory_changed",
|
|
"conditions": {
|
|
"items": [{ "items": ["chipi:chipper_alloy"] }]
|
|
}
|
|
}
|
|
}
|
|
}
|