mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-05 12:59:08 +01:00
26 lines
No EOL
654 B
JSON
26 lines
No EOL
654 B
JSON
{
|
|
"display": {
|
|
"icon": {
|
|
"item": "naturesaura:furnace_heater"
|
|
},
|
|
"title": {
|
|
"translate": "advancement.naturesaura.furnace_heater"
|
|
},
|
|
"description": {
|
|
"translate": "advancement.naturesaura.furnace_heater.desc"
|
|
}
|
|
},
|
|
"parent": "naturesaura:infused_materials",
|
|
"criteria": {
|
|
"heater": {
|
|
"trigger": "minecraft:inventory_changed",
|
|
"conditions": {
|
|
"items": [
|
|
{
|
|
"item": "naturesaura:furnace_heater"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |