aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Robertz <dream-master@gmx.net>2023-02-11 22:28:47 +0100
committerGitHub <noreply@github.com>2023-02-11 22:28:47 +0100
commit9d0a9465698e5b274719902b26f4b266ec1ef9bc (patch)
treee2e1c5b22de17dd38a3130c04972f487954f4362
parent665731d940b6e6e218befc8a21885fa02e6acdaa (diff)
parent911640a56e2ef3bc72e54b37e49bec64c5970e5b (diff)
downloadGT5-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.java6
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