mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-22 11:53:29 +01:00
more transmutation catalyst recipes
This commit is contained in:
parent
0175c836e2
commit
ee2f696809
8 changed files with 140 additions and 0 deletions
|
@ -47,6 +47,41 @@
|
||||||
"type": "naturesaura:altar",
|
"type": "naturesaura:altar",
|
||||||
"text": "Turning $(item)Charcoal$() into $(item)Coal$()",
|
"text": "Turning $(item)Charcoal$() into $(item)Coal$()",
|
||||||
"recipe": "naturesaura:coal"
|
"recipe": "naturesaura:coal"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "naturesaura:altar",
|
||||||
|
"text": "Creating $(item)Spectral Arrows$()",
|
||||||
|
"recipe": "naturesaura:arrow"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "naturesaura:altar",
|
||||||
|
"text": "Creating a $(item)Chorus Flower$()",
|
||||||
|
"recipe": "naturesaura:chorus"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "naturesaura:altar",
|
||||||
|
"text": "Creating $(item)Fermented Spider Eyes$()",
|
||||||
|
"recipe": "naturesaura:fermented"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "naturesaura:altar",
|
||||||
|
"text": "Creating a $(item)Lead$()",
|
||||||
|
"recipe": "naturesaura:lead"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "naturesaura:altar",
|
||||||
|
"text": "Purifying a $(item)Poisonous Potato$()",
|
||||||
|
"recipe": "naturesaura:lead"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "naturesaura:altar",
|
||||||
|
"text": "Creating $(item)Prismarine Crystals$()",
|
||||||
|
"recipe": "naturesaura:prismarine_crystal"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "naturesaura:altar",
|
||||||
|
"text": "Creating a $(item)Rabbit's Foot$()",
|
||||||
|
"recipe": "naturesaura:rabbit_foot"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
15
src/main/resources/data/naturesaura/recipes/altar/arrow.json
Normal file
15
src/main/resources/data/naturesaura/recipes/altar/arrow.json
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"type": "naturesaura:altar",
|
||||||
|
"input": {
|
||||||
|
"item": "minecraft:arrow"
|
||||||
|
},
|
||||||
|
"output": {
|
||||||
|
"item": "minecraft:spectral_arrow"
|
||||||
|
},
|
||||||
|
"aura_type": "naturesaura:overworld",
|
||||||
|
"catalyst": {
|
||||||
|
"item": "naturesaura:conversion_catalyst"
|
||||||
|
},
|
||||||
|
"aura": 10000,
|
||||||
|
"time": 50
|
||||||
|
}
|
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"type": "naturesaura:altar",
|
||||||
|
"input": {
|
||||||
|
"item": "minecraft:popped_chorus_fruit"
|
||||||
|
},
|
||||||
|
"output": {
|
||||||
|
"item": "minecraft:chorus_flower"
|
||||||
|
},
|
||||||
|
"aura_type": "naturesaura:overworld",
|
||||||
|
"catalyst": {
|
||||||
|
"item": "naturesaura:conversion_catalyst"
|
||||||
|
},
|
||||||
|
"aura": 15000,
|
||||||
|
"time": 80
|
||||||
|
}
|
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"type": "naturesaura:altar",
|
||||||
|
"input": {
|
||||||
|
"item": "minecraft:spider_eye"
|
||||||
|
},
|
||||||
|
"output": {
|
||||||
|
"item": "minecraft:fermented_spider_eye"
|
||||||
|
},
|
||||||
|
"aura_type": "naturesaura:overworld",
|
||||||
|
"catalyst": {
|
||||||
|
"item": "naturesaura:conversion_catalyst"
|
||||||
|
},
|
||||||
|
"aura": 10000,
|
||||||
|
"time": 50
|
||||||
|
}
|
15
src/main/resources/data/naturesaura/recipes/altar/lead.json
Normal file
15
src/main/resources/data/naturesaura/recipes/altar/lead.json
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"type": "naturesaura:altar",
|
||||||
|
"input": {
|
||||||
|
"item": "minecraft:string"
|
||||||
|
},
|
||||||
|
"output": {
|
||||||
|
"item": "minecraft:lead"
|
||||||
|
},
|
||||||
|
"aura_type": "naturesaura:overworld",
|
||||||
|
"catalyst": {
|
||||||
|
"item": "naturesaura:conversion_catalyst"
|
||||||
|
},
|
||||||
|
"aura": 10000,
|
||||||
|
"time": 50
|
||||||
|
}
|
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"type": "naturesaura:altar",
|
||||||
|
"input": {
|
||||||
|
"item": "minecraft:prismarine_shard"
|
||||||
|
},
|
||||||
|
"output": {
|
||||||
|
"item": "minecraft:prismarine_crystals"
|
||||||
|
},
|
||||||
|
"aura_type": "naturesaura:nether",
|
||||||
|
"catalyst": {
|
||||||
|
"item": "naturesaura:conversion_catalyst"
|
||||||
|
},
|
||||||
|
"aura": 55000,
|
||||||
|
"time": 200
|
||||||
|
}
|
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"type": "naturesaura:altar",
|
||||||
|
"input": {
|
||||||
|
"item": "minecraft:rabbit_stew"
|
||||||
|
},
|
||||||
|
"output": {
|
||||||
|
"item": "minecraft:rabbit_foot"
|
||||||
|
},
|
||||||
|
"aura_type": "naturesaura:nether",
|
||||||
|
"catalyst": {
|
||||||
|
"item": "naturesaura:conversion_catalyst"
|
||||||
|
},
|
||||||
|
"aura": 15000,
|
||||||
|
"time": 80
|
||||||
|
}
|
Loading…
Reference in a new issue