mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-22 19:58:34 +01:00
made the sky ingot from gold actually have more yield
This commit is contained in:
parent
82d72d8b57
commit
8e66deeb9d
1 changed files with 11 additions and 10 deletions
|
@ -1,12 +1,13 @@
|
||||||
{
|
{
|
||||||
"type": "naturesaura:offering",
|
"type": "naturesaura:offering",
|
||||||
"input": {
|
"input": {
|
||||||
"item": "naturesaura:tainted_gold"
|
"item": "naturesaura:tainted_gold"
|
||||||
},
|
},
|
||||||
"start_item": {
|
"start_item": {
|
||||||
"item": "naturesaura:calling_spirit"
|
"item": "naturesaura:calling_spirit"
|
||||||
},
|
},
|
||||||
"output": {
|
"output": {
|
||||||
"item": "naturesaura:sky_ingot"
|
"item": "naturesaura:sky_ingot",
|
||||||
}
|
"count": 2
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue