Create soul_soil.json (#2168)

* Create soul_soil.json

Copy of the centrifuge soul_sand recipe, but for soul_soil
I'm sorry, I don't know if I need to add a reference to this recipe anywhere else.

* Update soul_soil.json

Adjusted the recipe to return 8 minecraft:dirt instead of 10 minecraft:sand.  Lowered the amount of dirt, because it's more dynamic than sand for processing it further.  According to REI, this would be the first TR recipe to provide dirt. (besides the scrapbox)
This commit is contained in:
Kato 2020-07-19 13:48:46 +02:00 committed by GitHub
parent 90521007bb
commit 4e196f6b58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,34 @@
{
"type": "techreborn:centrifuge",
"power": 5,
"time": 2500,
"ingredients": [
{
"item": "minecraft:soul_soil",
"count": 16
},
{
"item": "techreborn:cell",
"nbt": "null"
}
],
"results": [
{
"item": "minecraft:dirt",
"count": 8
},
{
"item": "techreborn:saltpeter_dust",
"count": 4
},
{
"item": "techreborn:coal_dust"
},
{
"item": "techreborn:cell",
"nbt": {
"fluid": "techreborn:oil"
}
}
]
}