aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gregtech/api/util
diff options
context:
space:
mode:
authorAlkalus <draknyte1@hotmail.com>2017-08-24 15:41:39 +1000
committerAlkalus <draknyte1@hotmail.com>2017-08-24 15:41:39 +1000
commit14728ac0d0c1a118dc638702df78e45b6c9c4277 (patch)
tree0b67096e3dc4bfb5905fa52ede8d246bb8a397ab /src/Java/gregtech/api/util
parent2ce6f51eb26de8c3b0ba86b6480438fae44fe9f5 (diff)
downloadGT5-Unofficial-14728ac0d0c1a118dc638702df78e45b6c9c4277.tar.gz
GT5-Unofficial-14728ac0d0c1a118dc638702df78e45b6c9c4277.tar.bz2
GT5-Unofficial-14728ac0d0c1a118dc638702df78e45b6c9c4277.zip
% Swapped FFPP checkRecipe logic to use the Fusion Reactor logic for fluid handling.
$ Cleaned up some code.
Diffstat (limited to 'src/Java/gregtech/api/util')
-rw-r--r--src/Java/gregtech/api/util/Recipe_GT.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gregtech/api/util/Recipe_GT.java b/src/Java/gregtech/api/util/Recipe_GT.java
index fbd5d9eb4f..36a056f0c0 100644
--- a/src/Java/gregtech/api/util/Recipe_GT.java
+++ b/src/Java/gregtech/api/util/Recipe_GT.java
@@ -254,7 +254,7 @@ public class Recipe_GT extends GT_Recipe{
//RTG Fuel Map
public static final GT_Recipe.GT_Recipe_Map_Fuel sRTGFuels = new Recipe_GT.GT_Recipe_Map_Fuel(
- new HashSet(10), "gt.recipe.RTGgenerators", "RTG", null,
+ new HashSet<GT_Recipe>(10), "gt.recipe.RTGgenerators", "RTG", null,
"gregtech:textures/gui/basicmachines/Default", 1, 1, 0, 0, 1, "Fuel Value: ", 365, " Minecraft Days", true, true);
//Thermal Boiler map