diff options
author | Steelux <70096037+Steelux8@users.noreply.github.com> | 2022-11-17 08:40:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-17 09:40:34 +0100 |
commit | 4f9df097a7b25251f8d085081fcf95a0fec05219 (patch) | |
tree | 3e406a3eab28150253fe54f4e25cde41dba8f093 /src/main/java/gregtech/api | |
parent | 532763dcdcbd4b310a61b1a6f945b794b2cea32c (diff) | |
download | GT5-Unofficial-4f9df097a7b25251f8d085081fcf95a0fec05219.tar.gz GT5-Unofficial-4f9df097a7b25251f8d085081fcf95a0fec05219.tar.bz2 GT5-Unofficial-4f9df097a7b25251f8d085081fcf95a0fec05219.zip |
Add New Items Related to the QFT Tiers (#1514)
* Add New Items Related to the QFT Tiers
* spotlessApply (#1515)
Co-authored-by: Steelux <70096037+Steelux8@users.noreply.github.com>
Co-authored-by: GitHub GTNH Actions <>
* Small Addition to Composite Description
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'src/main/java/gregtech/api')
-rw-r--r-- | src/main/java/gregtech/api/enums/ItemList.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/java/gregtech/api/enums/ItemList.java b/src/main/java/gregtech/api/enums/ItemList.java index 8446016b12..88f8c04570 100644 --- a/src/main/java/gregtech/api/enums/ItemList.java +++ b/src/main/java/gregtech/api/enums/ItemList.java @@ -525,6 +525,10 @@ public enum ItemList implements IItemContainer { Field_Generator_UXV, Field_Generator_MAX, + StableAdhesive, + SuperconductorComposite, + NaquadriaSupersolid, + Battery_Hull_LV, Battery_Hull_MV, Battery_Hull_HV, |