mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-17 09:53:11 +01:00
15 lines
280 B
JSON
15 lines
280 B
JSON
|
{
|
||
|
"type": "naturesaura:altar",
|
||
|
"input": {
|
||
|
"item": "minecraft:poisonous_potato"
|
||
|
},
|
||
|
"output": {
|
||
|
"item": "minecraft:potato"
|
||
|
},
|
||
|
"aura_type": "naturesaura:overworld",
|
||
|
"catalyst": {
|
||
|
"item": "naturesaura:conversion_catalyst"
|
||
|
},
|
||
|
"aura": 10000,
|
||
|
"time": 50
|
||
|
}
|