Review of Industrial centrifuge recipes
This commit is contained in:
parent
4c8581ad49
commit
8c0a3b3197
73 changed files with 23 additions and 1 deletions
|
@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -4,7 +4,7 @@
|
||||||
"time": 5,
|
"time": 5,
|
||||||
"ingredients": [
|
"ingredients": [
|
||||||
{
|
{
|
||||||
"item": "minecraft:grass",
|
"item": "minecraft:grass_block",
|
||||||
"count": 16
|
"count": 16
|
||||||
}
|
}
|
||||||
],
|
],
|
Loading…
Add table
Reference in a new issue