mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-22 11:53:29 +01:00
added a gilded blackstone recipe
This commit is contained in:
parent
e9f5b56068
commit
30e34c2181
2 changed files with 20 additions and 0 deletions
|
@ -82,6 +82,11 @@
|
|||
"type": "naturesaura:altar",
|
||||
"text": "Creating a $(item)Rabbit's Foot$()",
|
||||
"recipe": "naturesaura:rabbit_foot"
|
||||
},
|
||||
{
|
||||
"type": "naturesaura:altar",
|
||||
"text": "Creating $(item)Gilded Blackstone$()",
|
||||
"recipe": "naturesaura:gilded_blackstone"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "naturesaura:altar",
|
||||
"input": {
|
||||
"item": "minecraft:blackstone"
|
||||
},
|
||||
"output": {
|
||||
"item": "minecraft:gilded_blackstone"
|
||||
},
|
||||
"aura_type": "naturesaura:nether",
|
||||
"catalyst": {
|
||||
"item": "naturesaura:conversion_catalyst"
|
||||
},
|
||||
"aura": 50000,
|
||||
"time": 300
|
||||
}
|
Loading…
Reference in a new issue