aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/api
diff options
context:
space:
mode:
authorAlkalus <3060479+draknyte1@users.noreply.github.com>2019-01-07 16:59:22 +0000
committerAlkalus <3060479+draknyte1@users.noreply.github.com>2019-01-07 16:59:22 +0000
commitf5c94fb03a6a0558fc42853fcde7fe17a2eb98c6 (patch)
treed46935d5ee50ad148daf0bd0a6cafa94188df1bb /src/Java/gtPlusPlus/xmod/gregtech/api
parent05d2066fd364ddff525b9ac4b38771d196641a5e (diff)
downloadGT5-Unofficial-f5c94fb03a6a0558fc42853fcde7fe17a2eb98c6.tar.gz
GT5-Unofficial-f5c94fb03a6a0558fc42853fcde7fe17a2eb98c6.tar.bz2
GT5-Unofficial-f5c94fb03a6a0558fc42853fcde7fe17a2eb98c6.zip
+ Added several new Materials and Alloys. (Nitinol 60, Adv. Nitinol, Hypogen, Titansteel, Arcanite, Octiron, Tungsten Titanium Carbide, Astral Titanium, Celestial Tungsten, Chronomatic Glass).
+ Added Carbon nanotubes, Carbyne and associated materials required to create them. + Added Hypervisor Matrix (Fusion), a core component for the MK4. % Tweaked recipes for the MK4 Fusion Reactor and components, making it significantly harder. $ Fixed some base elements not generating correctly due to inverted logic for detection. $ Fixed rare chance for an invalid compressor recipe to generate. $ Fixed Voltages and tiering of all materials, resolves many recipe issues within the EBF and ABS. $ Fixed invalid compound tooltips on all ore materials.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/api')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java b/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java
index 31317d5377..def213ec7c 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java
@@ -87,6 +87,14 @@ public enum GregtechItemList implements GregtechItemContainer {
//Custom Batteries (Unused)
Battery_Gem_1, Battery_Gem_2, Battery_Gem_3,
+ //Compressed Fusion MK3
+ Compressed_Fusion_Reactor,
+
+ //Carbon Materials
+ NanoTube_Base_Substrate,
+ NanoTube_Finished,
+ Carbyne_Tube_Finished,
+ Carbyne_Sheet_Finished,
//----------------------------------------------------------------------------