diff options
author | chochem <40274384+chochem@users.noreply.github.com> | 2024-02-15 22:03:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-15 22:03:28 +0000 |
commit | 9590a88de6325e5e222d0c83aa258fa59d1c87e7 (patch) | |
tree | 4a5edf022cc595fb1b283c30218042c7d9052310 /src/main | |
parent | 39c7236fc71e840a194c5b73472ce82628edcd43 (diff) | |
download | GT5-Unofficial-9590a88de6325e5e222d0c83aa258fa59d1c87e7.tar.gz GT5-Unofficial-9590a88de6325e5e222d0c83aa258fa59d1c87e7.tar.bz2 GT5-Unofficial-9590a88de6325e5e222d0c83aa258fa59d1c87e7.zip |
Force properties should be in GT (#836)
force needs to be in GT
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_Plasma.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_Plasma.java b/src/main/java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_Plasma.java index bc27630bcf..f0fc72b5d8 100644 --- a/src/main/java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_Plasma.java +++ b/src/main/java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_Plasma.java @@ -41,8 +41,6 @@ public class RecipeGen_Plasma extends RecipeGen_Base { : CI.emptyCells(1); if (ItemUtils.checkForInvalidItems(new ItemStack[] { aPlasmaCell, aContainerItem })) { switch (material.getUnlocalizedName()) { - case "Force": - GT_Values.RA.addFuel(GT_Utility.copyAmount(1L, aPlasmaCell), aContainerItem, 150_000, 4); case "Runite": GT_Values.RA.addFuel(GT_Utility.copyAmount(1L, aPlasmaCell), aContainerItem, 350_000, 4); case "CelestialTungsten": |