diff options
author | GitHub GTNH Actions <> | 2023-02-11 21:14:09 +0000 |
---|---|---|
committer | GitHub GTNH Actions <> | 2023-02-11 21:14:09 +0000 |
commit | 911640a56e2ef3bc72e54b37e49bec64c5970e5b (patch) | |
tree | e2e1c5b22de17dd38a3130c04972f487954f4362 | |
parent | 665731d940b6e6e218befc8a21885fa02e6acdaa (diff) | |
download | GT5-Unofficial-911640a56e2ef3bc72e54b37e49bec64c5970e5b.tar.gz GT5-Unofficial-911640a56e2ef3bc72e54b37e49bec64c5970e5b.tar.bz2 GT5-Unofficial-911640a56e2ef3bc72e54b37e49bec64c5970e5b.zip |
spotlessApply
-rw-r--r-- | src/main/java/common/Recipes.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/common/Recipes.java b/src/main/java/common/Recipes.java index 4f7ff2c9e6..3e4d0e659b 100644 --- a/src/main/java/common/Recipes.java +++ b/src/main/java/common/Recipes.java @@ -536,9 +536,9 @@ public class Recipes { private static void registerRecipes_LSC() { // Controller - final Object[] lsc_recipe = { "LPL", "CBC", "LPL", 'L', - ItemList.IC2_LapotronCrystal.getWildcard(1L), 'P', ItemList.Circuit_Chip_PIC.get(1L), 'C', - OrePrefixes.circuit.get(Materials.Master), 'B', new ItemStack(Blocks.lscLapotronicEnergyUnit, 1, 0), }; + final Object[] lsc_recipe = { "LPL", "CBC", "LPL", 'L', ItemList.IC2_LapotronCrystal.getWildcard(1L), 'P', + ItemList.Circuit_Chip_PIC.get(1L), 'C', OrePrefixes.circuit.get(Materials.Master), 'B', + new ItemStack(Blocks.lscLapotronicEnergyUnit, 1, 0), }; GT_ModHandler.addCraftingRecipe(TileEntities.lsc.getStackForm(1), lsc_recipe); // Blocks |