aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common/items
diff options
context:
space:
mode:
authorDream-Master <dream-master@gmx.net>2015-12-28 21:04:13 +0100
committerDream-Master <dream-master@gmx.net>2015-12-28 21:04:13 +0100
commitfaa4c18f63edb46e60da26e64b597d19abb6b49e (patch)
tree6f9903f95d8625515196951bda18f4e930b93ae8 /src/main/java/gregtech/common/items
parentd4da3377abba1647195a4f96563b1da637d3baac (diff)
downloadGT5-Unofficial-faa4c18f63edb46e60da26e64b597d19abb6b49e.tar.gz
GT5-Unofficial-faa4c18f63edb46e60da26e64b597d19abb6b49e.tar.bz2
GT5-Unofficial-faa4c18f63edb46e60da26e64b597d19abb6b49e.zip
Added Blood Asps commits.
New debug lang for achievements generation(miuirussia) fuel rod override v2(Blood Asp) Mox not working lik ic2 any more (more heat up more eu) Overriding IC2 fuel rods(Blood Asp) fix teleporter(Blood Asp) Sensor kit should not stack(Blood Asp) Fix teleporter nuclear control support(Blood Asp) Fixed Display overflow(Blood Asp)
Diffstat (limited to 'src/main/java/gregtech/common/items')
-rw-r--r--src/main/java/gregtech/common/items/GT_DepletetCell_Item.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/common/items/GT_DepletetCell_Item.java b/src/main/java/gregtech/common/items/GT_DepletetCell_Item.java
index add80f07c3..9d23d09587 100644
--- a/src/main/java/gregtech/common/items/GT_DepletetCell_Item.java
+++ b/src/main/java/gregtech/common/items/GT_DepletetCell_Item.java
@@ -7,7 +7,7 @@ import net.minecraft.item.ItemStack;
public class GT_DepletetCell_Item extends GT_RadioactiveCellIC_Item {
public GT_DepletetCell_Item(String aUnlocalized, String aEnglish, int aRadiation) {
- super(aUnlocalized, aEnglish, 1, 1, 0, aRadiation, 0);
+ super(aUnlocalized, aEnglish, 1, 1, 0, aRadiation, 0, null, false);
}
public void processChamber(IReactor paramIReactor, ItemStack paramItemStack, int paramInt1, int paramInt2, boolean paramBoolean) {