More on REI

This commit is contained in:
drcrazy 2019-07-29 02:16:43 +03:00
parent 29aeb50d85
commit 3b63383012
5 changed files with 53 additions and 5 deletions

View file

@ -642,5 +642,13 @@
"techreborn:compressor": "Compressor",
"techreborn:distillation_tower": "Distillation Tower",
"techreborn:extractor": "Extrator",
"techreborn:grinder": "Grinder"
"techreborn:grinder": "Grinder",
"techreborn:implosion_compressor": "Implosion Compressor",
"techreborn:industrial_electrolyzer": "Industrial Electrolyzer",
"techreborn:industrial_grinder": "Industrial Grinder",
"techreborn:industrial_sawmill": "Industrial Sawmill",
"techreborn:recycler": "Recycler",
"techreborn:scrapbox": "Scrapbox",
"techreborn:vacuum_freezer": "Vacuum Freezer",
"techreborn:fluid_replicator": "Fluid Replicator"
}

View file

@ -0,0 +1,16 @@
{
"type": "techreborn:blast_furnace",
"power": 128,
"time": 3600,
"heat": 1500,
"ingredients" : [
{
"item": "techreborn:titanium_dust"
}
],
"results" : [
{
"item": "techreborn:titanium_ingot"
}
]
}

View file

@ -0,0 +1,18 @@
{
"type": "techreborn:centrifuge",
"power": 5,
"time": 500,
"ingredients": [
{
"item": "minecraft:magma_cream"
}
],
"results": [
{
"item": "minecraft:blaze_powder"
},
{
"item": "minecraft:slime_ball"
}
]
}