2025-12-16 09:02:56 +01:00

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"] }]
}
}
}
}