Compressor recipes reviewed. Couple are missing

This commit is contained in:
drcrazy 2019-08-02 00:33:21 +03:00
parent 0dd2f078ba
commit 906999f4b4
84 changed files with 5 additions and 318 deletions

View file

@ -49,10 +49,12 @@ public class ReiPlugin implements REIPluginEntry {
public ReiPlugin() { public ReiPlugin() {
iconMap.put(ModRecipes.ALLOY_SMELTER, Machine.ALLOY_SMELTER); iconMap.put(ModRecipes.ALLOY_SMELTER, Machine.ALLOY_SMELTER);
iconMap.put(ModRecipes.GRINDER, Machine.GRINDER);
iconMap.put(ModRecipes.BLAST_FURNACE, Machine.INDUSTRIAL_BLAST_FURNACE); iconMap.put(ModRecipes.BLAST_FURNACE, Machine.INDUSTRIAL_BLAST_FURNACE);
iconMap.put(ModRecipes.CENTRIFUGE, Machine.INDUSTRIAL_CENTRIFUGE); iconMap.put(ModRecipes.CENTRIFUGE, Machine.INDUSTRIAL_CENTRIFUGE);
iconMap.put(ModRecipes.CHEMICAL_REACTOR, Machine.CHEMICAL_REACTOR); iconMap.put(ModRecipes.CHEMICAL_REACTOR, Machine.CHEMICAL_REACTOR);
iconMap.put(ModRecipes.COMPRESSOR, Machine.COMPRESSOR);
iconMap.put(ModRecipes.GRINDER, Machine.GRINDER);
//TODO add the others here //TODO add the others here
} }
@ -80,6 +82,7 @@ public class ReiPlugin implements REIPluginEntry {
recipeHelper.registerWorkingStations(ModRecipes.BLAST_FURNACE.getName(), new ItemStack(Machine.INDUSTRIAL_BLAST_FURNACE.asItem())); recipeHelper.registerWorkingStations(ModRecipes.BLAST_FURNACE.getName(), new ItemStack(Machine.INDUSTRIAL_BLAST_FURNACE.asItem()));
recipeHelper.registerWorkingStations(ModRecipes.CENTRIFUGE.getName(), new ItemStack(Machine.INDUSTRIAL_CENTRIFUGE.asItem())); recipeHelper.registerWorkingStations(ModRecipes.CENTRIFUGE.getName(), new ItemStack(Machine.INDUSTRIAL_CENTRIFUGE.asItem()));
recipeHelper.registerWorkingStations(ModRecipes.CHEMICAL_REACTOR.getName(), new ItemStack(Machine.CHEMICAL_REACTOR.asItem())); recipeHelper.registerWorkingStations(ModRecipes.CHEMICAL_REACTOR.getName(), new ItemStack(Machine.CHEMICAL_REACTOR.asItem()));
recipeHelper.registerWorkingStations(ModRecipes.COMPRESSOR.getName(), new ItemStack(Machine.COMPRESSOR.asItem()));
} }
private <R extends RebornRecipe> void registerMachineRecipe(RecipeHelper recipeHelper, RebornRecipeType<R> recipeType){ private <R extends RebornRecipe> void registerMachineRecipe(RecipeHelper recipeHelper, RebornRecipeType<R> recipeType){

View file

@ -1,15 +0,0 @@
{
"type": "techreborn:compressor",
"power": 10,
"time": 250,
"ingredients": [
{
"item": "techreborn:aluminum_dust"
}
],
"results": [
{
"item": "techreborn:aluminum_plate"
}
]
}

View file

@ -1,15 +0,0 @@
{
"type": "techreborn:compressor",
"power": 10,
"time": 250,
"ingredients": [
{
"item": "techreborn:brass_dust"
}
],
"results": [
{
"item": "techreborn:brass_plate"
}
]
}

View file

@ -1,15 +0,0 @@
{
"type": "techreborn:compressor",
"power": 10,
"time": 250,
"ingredients": [
{
"item": "techreborn:bronze_dust"
}
],
"results": [
{
"item": "techreborn:bronze_plate"
}
]
}

View file

@ -1,15 +0,0 @@
{
"type": "techreborn:compressor",
"power": 10,
"time": 250,
"ingredients": [
{
"item": "techreborn:chrome_dust"
}
],
"results": [
{
"item": "techreborn:chrome_plate"
}
]
}

View file

@ -1,15 +0,0 @@
{
"type": "techreborn:compressor",
"power": 10,
"time": 250,
"ingredients": [
{
"item": "techreborn:copper_dust"
}
],
"results": [
{
"item": "techreborn:copper_plate"
}
]
}

View file

@ -1,15 +0,0 @@
{
"type": "techreborn:compressor",
"power": 10,
"time": 250,
"ingredients": [
{
"item": "techreborn:electrum_dust"
}
],
"results": [
{
"item": "techreborn:electrum_plate"
}
]
}

View file

@ -1,15 +0,0 @@
{
"type": "techreborn:compressor",
"power": 10,
"time": 250,
"ingredients": [
{
"item": "techreborn:gold_dust"
}
],
"results": [
{
"item": "techreborn:gold_plate"
}
]
}

View file

@ -1,15 +0,0 @@
{
"type": "techreborn:compressor",
"power": 10,
"time": 250,
"ingredients": [
{
"item": "techreborn:invar_dust"
}
],
"results": [
{
"item": "techreborn:invar_plate"
}
]
}

View file

@ -1,15 +0,0 @@
{
"type": "techreborn:compressor",
"power": 10,
"time": 300,
"ingredients": [
{
"item": "techreborn:iridium_alloy_ingot"
}
],
"results": [
{
"item": "techreborn:iridium_alloy_plate"
}
]
}

View file

@ -1,15 +0,0 @@
{
"type": "techreborn:compressor",
"power": 10,
"time": 300,
"ingredients": [
{
"item": "techreborn:iridium_ingot"
}
],
"results": [
{
"item": "techreborn:iridium_plate"
}
]
}

View file

@ -1,16 +0,0 @@
{
"type": "techreborn:compressor",
"power": 10,
"time": 300,
"ingredients": [
{
"item": "techreborn:iridium_storage_block"
}
],
"results": [
{
"item": "techreborn:iridium_plate",
"count": 9
}
]
}

View file

@ -1,15 +0,0 @@
{
"type": "techreborn:compressor",
"power": 10,
"time": 250,
"ingredients": [
{
"item": "techreborn:iron_dust"
}
],
"results": [
{
"item": "techreborn:iron_plate"
}
]
}

View file

@ -1,15 +0,0 @@
{
"type": "techreborn:compressor",
"power": 10,
"time": 250,
"ingredients": [
{
"item": "techreborn:lead_dust"
}
],
"results": [
{
"item": "techreborn:lead_plate"
}
]
}

View file

@ -1,15 +0,0 @@
{
"type": "techreborn:compressor",
"power": 10,
"time": 250,
"ingredients": [
{
"item": "techreborn:nickel_dust"
}
],
"results": [
{
"item": "techreborn:nickel_plate"
}
]
}

View file

@ -1,15 +0,0 @@
{
"type": "techreborn:compressor",
"power": 10,
"time": 250,
"ingredients": [
{
"item": "techreborn:platinum_dust"
}
],
"results": [
{
"item": "techreborn:platinum_plate"
}
]
}

View file

@ -1,15 +0,0 @@
{
"type": "techreborn:compressor",
"power": 10,
"time": 250,
"ingredients": [
{
"item": "techreborn:silver_dust"
}
],
"results": [
{
"item": "techreborn:silver_plate"
}
]
}

View file

@ -1,15 +0,0 @@
{
"type": "techreborn:compressor",
"power": 10,
"time": 250,
"ingredients": [
{
"item": "techreborn:steel_dust"
}
],
"results": [
{
"item": "techreborn:steel_plate"
}
]
}

View file

@ -1,15 +0,0 @@
{
"type": "techreborn:compressor",
"power": 10,
"time": 250,
"ingredients": [
{
"item": "techreborn:tin_dust"
}
],
"results": [
{
"item": "techreborn:tin_plate"
}
]
}

View file

@ -1,15 +0,0 @@
{
"type": "techreborn:compressor",
"power": 10,
"time": 250,
"ingredients": [
{
"item": "techreborn:titanium_dust"
}
],
"results": [
{
"item": "techreborn:titanium_plate"
}
]
}

View file

@ -1,15 +0,0 @@
{
"type": "techreborn:compressor",
"power": 10,
"time": 250,
"ingredients": [
{
"item": "techreborn:tungsten_dust"
}
],
"results": [
{
"item": "techreborn:tungsten_plate"
}
]
}

View file

@ -1,15 +0,0 @@
{
"type": "techreborn:compressor",
"power": 10,
"time": 250,
"ingredients": [
{
"item": "techreborn:zinc_dust"
}
],
"results": [
{
"item": "techreborn:zinc_plate"
}
]
}

View file

@ -4,7 +4,7 @@
"time": 300, "time": 300,
"ingredients": [ "ingredients": [
{ {
"item": "minecraft:oak_planks" "tag": "minecraft:planks"
} }
], ],
"results": [ "results": [