diff options
author | Martin Robertz <dream-master@gmx.net> | 2023-02-11 22:28:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-11 22:28:47 +0100 |
commit | 9d0a9465698e5b274719902b26f4b266ec1ef9bc (patch) | |
tree | e2e1c5b22de17dd38a3130c04972f487954f4362 | |
parent | 665731d940b6e6e218befc8a21885fa02e6acdaa (diff) | |
parent | 911640a56e2ef3bc72e54b37e49bec64c5970e5b (diff) | |
download | GT5-Unofficial-9d0a9465698e5b274719902b26f4b266ec1ef9bc.tar.gz GT5-Unofficial-9d0a9465698e5b274719902b26f4b266ec1ef9bc.tar.bz2 GT5-Unofficial-9d0a9465698e5b274719902b26f4b266ec1ef9bc.zip |
Merge pull request #59 from GTNewHorizons/fixWildcardIssue-spotless-fixes
Spotless apply for branch fixWildcardIssue for #58
-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 |