mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-22 19:58:34 +01:00
added a crumbling catalyst recipe for gold powder
This commit is contained in:
parent
d5bb470b6b
commit
777aeba2d3
2 changed files with 21 additions and 0 deletions
|
@ -37,6 +37,11 @@
|
||||||
"type": "naturesaura:altar",
|
"type": "naturesaura:altar",
|
||||||
"text": "Making $(item)Sand$() from pulverizing $(item)Cobblestone$()",
|
"text": "Making $(item)Sand$() from pulverizing $(item)Cobblestone$()",
|
||||||
"recipe": "naturesaura:sand"
|
"recipe": "naturesaura:sand"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "naturesaura:altar",
|
||||||
|
"text": "Making $(item)Gold Powder$() from $(item)Golden Leaves$()",
|
||||||
|
"recipe": "naturesaura:gold_powder"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"type": "naturesaura:altar",
|
||||||
|
"input": {
|
||||||
|
"item": "naturesaura:gold_leaf"
|
||||||
|
},
|
||||||
|
"output": {
|
||||||
|
"item": "naturesaura:gold_powder",
|
||||||
|
"count": 4
|
||||||
|
},
|
||||||
|
"aura_type": "naturesaura:overworld",
|
||||||
|
"catalyst": {
|
||||||
|
"item": "naturesaura:crushing_catalyst"
|
||||||
|
},
|
||||||
|
"aura": 2000,
|
||||||
|
"time": 20
|
||||||
|
}
|
Loading…
Reference in a new issue