Review of Industrial centrifuge recipes

This commit is contained in:
drcrazy 2019-08-02 11:26:38 +03:00
parent 4c8581ad49
commit 8c0a3b3197
73 changed files with 23 additions and 1 deletions

View file

@ -0,0 +1,22 @@
{
"type": "techreborn:blast_furnace",
"power": 128,
"time": 1000,
"heat": 1500,
"ingredients": [
{
"fluid": "techreborn:calciumcarbonate",
"holder": "techreborn:cell",
"count": 2
}
],
"results": [
{
"item": "techreborn:silicon_plate"
},
{
"item": "techreborn:cell",
"count": 2
}
]
}

View file

@ -4,7 +4,7 @@
"time": 5,
"ingredients": [
{
"item": "minecraft:grass",
"item": "minecraft:grass_block",
"count": 16
}
],