aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
diff options
context:
space:
mode:
authorGTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>2023-02-11 21:09:43 +0000
committerGTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>2023-02-11 21:09:43 +0000
commit665731d940b6e6e218befc8a21885fa02e6acdaa (patch)
treed58e3ac5dcc690e3c1c509c57f20b32374601db1 /src/main/java
parentddd9040627f1fc7ace5cd7fd1af7e1a9720016bd (diff)
downloadGT5-Unofficial-665731d940b6e6e218befc8a21885fa02e6acdaa.tar.gz
GT5-Unofficial-665731d940b6e6e218befc8a21885fa02e6acdaa.tar.bz2
GT5-Unofficial-665731d940b6e6e218befc8a21885fa02e6acdaa.zip
Fix wildcard issue
Diffstat (limited to 'src/main/java')
-rw-r--r--src/main/java/common/Recipes.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/common/Recipes.java b/src/main/java/common/Recipes.java
index f275d1d37a..4f7ff2c9e6 100644
--- a/src/main/java/common/Recipes.java
+++ b/src/main/java/common/Recipes.java
@@ -537,7 +537,7 @@ public class Recipes {
// Controller
final Object[] lsc_recipe = { "LPL", "CBC", "LPL", 'L',
- ItemList.IC2_LapotronCrystal.getWithCharge(1L, 10000000), 'P', ItemList.Circuit_Chip_PIC.get(1L), 'C',
+ 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);