diff options
author | chochem <40274384+chochem@users.noreply.github.com> | 2023-05-17 18:35:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-17 19:35:27 +0200 |
commit | 8e59f92c37c7d035c9c914aff4dbedfb77f0fec9 (patch) | |
tree | 880332068cd993e860f23e2d03d4544a41f2b38e /src/main/java/gregtech/api/enums | |
parent | 0b72dbb844cd1bfedbb230980c47f94821aa69a2 (diff) | |
download | GT5-Unofficial-8e59f92c37c7d035c9c914aff4dbedfb77f0fec9.tar.gz GT5-Unofficial-8e59f92c37c7d035c9c914aff4dbedfb77f0fec9.tar.bz2 GT5-Unofficial-8e59f92c37c7d035c9c914aff4dbedfb77f0fec9.zip |
Various GT fixes (#2002)
* TE items cant be required
* remove from itemlist
* TE does not exist
* this never worked anyway but also unecessary
* these are broken. have a working replacement already
* give valid id to fix rockbreaker fake recipes
* fix texture and text
* no NC its fake anyway
Diffstat (limited to 'src/main/java/gregtech/api/enums')
-rw-r--r-- | src/main/java/gregtech/api/enums/ItemList.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main/java/gregtech/api/enums/ItemList.java b/src/main/java/gregtech/api/enums/ItemList.java index 15f2e4bcb6..471176d500 100644 --- a/src/main/java/gregtech/api/enums/ItemList.java +++ b/src/main/java/gregtech/api/enums/ItemList.java @@ -24,10 +24,6 @@ public enum ItemList implements IItemContainer { Display_ITS_FREE, Display_Fluid, - TE_Slag, - TE_Slag_Rich, - TE_Rockwool, - TE_Hardened_Glass, FR_Lemon, FR_Mulch, FR_Fertilizer, |