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:
parent
90521007bb
commit
4e196f6b58
1 changed files with 34 additions and 0 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue