diff options
| author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2018-07-06 07:47:11 +1000 |
|---|---|---|
| committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2018-07-06 07:47:11 +1000 |
| commit | 53621c8f3f2663442283c24974408616b1b1d91a (patch) | |
| tree | 7c136de074021f503e17933d6f4b89c7db0d630f /src/Java/gtPlusPlus/core/recipe | |
| parent | b8dcf8f77993de9e2d363687529f14679d733651 (diff) | |
| download | GT5-Unofficial-53621c8f3f2663442283c24974408616b1b1d91a.tar.gz GT5-Unofficial-53621c8f3f2663442283c24974408616b1b1d91a.tar.bz2 GT5-Unofficial-53621c8f3f2663442283c24974408616b1b1d91a.zip | |
^ Version Bump for Local build.
$ Fixed Wireless Chargers not properly charging in Long-Range mode. Fixes #291 & Fixes #326.
$ Fixed Wireless Chargers not properly filling items up with charge, due to the difference being smaller than the input voltage.
% Changed Wrought Iron Frame to Iron Frame in the Mining Explosives recipe.
Diffstat (limited to 'src/Java/gtPlusPlus/core/recipe')
| -rw-r--r-- | src/Java/gtPlusPlus/core/recipe/RECIPES_General.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/core/recipe/RECIPES_General.java b/src/Java/gtPlusPlus/core/recipe/RECIPES_General.java index 9a4367396b..3dca793fa2 100644 --- a/src/Java/gtPlusPlus/core/recipe/RECIPES_General.java +++ b/src/Java/gtPlusPlus/core/recipe/RECIPES_General.java @@ -157,7 +157,7 @@ public class RECIPES_General { Logger.RECIPE("[Inspection] Explosives"); if (RecipeUtils.recipeBuilder( CI.explosiveITNT, CI.explosiveTNT, CI.explosiveITNT, - CI.explosiveTNT, "frameGtWroughtIron", CI.explosiveTNT, + CI.explosiveTNT, "frameGtIron", CI.explosiveTNT, "dustSulfur", CI.explosiveTNT, "dustSulfur", ItemUtils.getSimpleStack(ModBlocks.blockMiningExplosive, 3))){ Logger.INFO("Added a recipe for Mining Explosives."); |
