aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/common/items
diff options
context:
space:
mode:
authorAlkalus <draknyte1@hotmail.com>2017-08-05 17:44:46 +1000
committerAlkalus <draknyte1@hotmail.com>2017-08-05 17:44:46 +1000
commitf98cfdfdb3e0ff6bfbbcc5f4f8c556013804f43b (patch)
tree53402f8a9ccfa5fb076b994ddd9bc203569e25d6 /src/Java/gtPlusPlus/xmod/gregtech/common/items
parentd0b6e8a27e45f1236f57ffd18166a01dc3640e2d (diff)
downloadGT5-Unofficial-f98cfdfdb3e0ff6bfbbcc5f4f8c556013804f43b.tar.gz
GT5-Unofficial-f98cfdfdb3e0ff6bfbbcc5f4f8c556013804f43b.tar.bz2
GT5-Unofficial-f98cfdfdb3e0ff6bfbbcc5f4f8c556013804f43b.zip
+ RTG Now loads up.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/items')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/common/items/MetaGeneratedGregtechItems.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/items/MetaGeneratedGregtechItems.java b/src/Java/gtPlusPlus/xmod/gregtech/common/items/MetaGeneratedGregtechItems.java
index a372ea217c..f51d7f0efc 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/common/items/MetaGeneratedGregtechItems.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/common/items/MetaGeneratedGregtechItems.java
@@ -22,7 +22,7 @@ import gtPlusPlus.xmod.gregtech.api.enums.GregtechItemList;
import gtPlusPlus.xmod.gregtech.api.enums.GregtechOrePrefixes;
import gtPlusPlus.xmod.gregtech.api.enums.GregtechOrePrefixes.GT_Materials;
import gtPlusPlus.xmod.gregtech.api.items.Gregtech_MetaItem_X32;
-import gtPlusPlus.xmod.gregtech.common.tileentities.generators.GregtechMetaTileEntity_RTG_Generator;
+import gtPlusPlus.xmod.gregtech.common.tileentities.generators.GregtechMetaTileEntity_RTG;
import net.minecraft.item.EnumAction;
import net.minecraft.item.ItemStack;
@@ -210,7 +210,7 @@ public class MetaGeneratedGregtechItems extends Gregtech_MetaItem_X32 {
null,
0,
512,
- MathUtils.roundToClosestInt(0.4f));
+ MathUtils.roundToClosestInt(0.6f));
Recipe_GT.Gregtech_Recipe_Map.sRTGFuels.addRecipe(
true,
new ItemStack[]{GregtechItemList.Pellet_RTG_AM241.get(1)},