* Storage block's machine casing on bottom, for... consistency. New recipe should be -Basic Processor -Storage Part -Machine Casing * Move Fluid Storage Storage Block's Machine... ...casing to bottom, for consistency. New recipe should be: -Basic Processor -Fluid Storage Part -Machine Casing
This commit is contained in:
@@ -19,8 +19,8 @@ public class SoldererRecipeFluidStorage implements ISoldererRecipe {
|
|||||||
this.type = type;
|
this.type = type;
|
||||||
|
|
||||||
this.rows.add(new ItemStack(RSItems.PROCESSOR, 1, ItemProcessor.TYPE_BASIC));
|
this.rows.add(new ItemStack(RSItems.PROCESSOR, 1, ItemProcessor.TYPE_BASIC));
|
||||||
this.rows.add(new ItemStack(RSBlocks.MACHINE_CASING));
|
|
||||||
this.rows.add(new ItemStack(RSItems.FLUID_STORAGE_PART, 1, storagePart));
|
this.rows.add(new ItemStack(RSItems.FLUID_STORAGE_PART, 1, storagePart));
|
||||||
|
this.rows.add(new ItemStack(RSBlocks.MACHINE_CASING));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
@@ -19,8 +19,8 @@ public class SoldererRecipeStorage implements ISoldererRecipe {
|
|||||||
this.type = type;
|
this.type = type;
|
||||||
|
|
||||||
this.rows.add(new ItemStack(RSItems.PROCESSOR, 1, ItemProcessor.TYPE_BASIC));
|
this.rows.add(new ItemStack(RSItems.PROCESSOR, 1, ItemProcessor.TYPE_BASIC));
|
||||||
this.rows.add(new ItemStack(RSBlocks.MACHINE_CASING));
|
|
||||||
this.rows.add(new ItemStack(RSItems.STORAGE_PART, 1, storagePart));
|
this.rows.add(new ItemStack(RSItems.STORAGE_PART, 1, storagePart));
|
||||||
|
this.rows.add(new ItemStack(RSBlocks.MACHINE_CASING));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user