aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/common/items
diff options
context:
space:
mode:
authorAlkalus <draknyte1@hotmail.com>2017-08-06 13:06:23 +1000
committerAlkalus <draknyte1@hotmail.com>2017-08-06 13:06:23 +1000
commiteca14265ee564dd8ac66ec85fcc862f12dae5cc4 (patch)
tree8bc81178d2d28641974a3a056e6361145af45e0b /src/Java/gtPlusPlus/xmod/gregtech/common/items
parentb0d3a60dca5e98d84a99ff9d7ff29dd265f9e891 (diff)
downloadGT5-Unofficial-eca14265ee564dd8ac66ec85fcc862f12dae5cc4.tar.gz
GT5-Unofficial-eca14265ee564dd8ac66ec85fcc862f12dae5cc4.tar.bz2
GT5-Unofficial-eca14265ee564dd8ac66ec85fcc862f12dae5cc4.zip
$ Fixed RTG pellets not providing correct EU.
5 Slightly tweaked fuel length of pellets.
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 f51d7f0efc..1d827d2ac6 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/common/items/MetaGeneratedGregtechItems.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/common/items/MetaGeneratedGregtechItems.java
@@ -210,7 +210,7 @@ public class MetaGeneratedGregtechItems extends Gregtech_MetaItem_X32 {
null,
0,
512,
- MathUtils.roundToClosestInt(0.6f));
+ MathUtils.roundToClosestInt(1f));
Recipe_GT.Gregtech_Recipe_Map.sRTGFuels.addRecipe(
true,
new ItemStack[]{GregtechItemList.Pellet_RTG_AM241.get(1)},
@@ -220,7 +220,7 @@ public class MetaGeneratedGregtechItems extends Gregtech_MetaItem_X32 {
null,
0,
16,
- MathUtils.roundToClosestInt(432));
+ MathUtils.roundToClosestInt(432/2));
//Computer Cube
GregtechItemList.Gregtech_Computer_Cube.set(this.addItem(tLastID = 55, "Gregtech Computer Cube", "Reusable", new Object[]{getTcAspectStack(TC_Aspects.ELECTRUM, 8L), getTcAspectStack(TC_Aspects.METALLUM, 8L), getTcAspectStack(TC_Aspects.POTENTIA, 8L)}));
this.setElectricStats(32000 + tLastID, Integer.MAX_VALUE, GT_Values.V[5], 5L, -3L, true);