aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/loaders/postload/recipes/NEIHiding.java
diff options
context:
space:
mode:
authorMary <33456283+FourIsTheNumber@users.noreply.github.com>2024-09-05 08:59:45 -0400
committerGitHub <noreply@github.com>2024-09-05 12:59:45 +0000
commitab69fedbe57449636864b6850f7dfcb00e1d95ac (patch)
tree6cc590171e4fa736a5820827bcc714bd52d3743d /src/main/java/gregtech/loaders/postload/recipes/NEIHiding.java
parentcfe77195048ea7a5635cf1b91c34d3894e2dde00 (diff)
downloadGT5-Unofficial-ab69fedbe57449636864b6850f7dfcb00e1d95ac.tar.gz
GT5-Unofficial-ab69fedbe57449636864b6850f7dfcb00e1d95ac.tar.bz2
GT5-Unofficial-ab69fedbe57449636864b6850f7dfcb00e1d95ac.zip
Move superdense plates to MI3 (#3068)
Co-authored-by: Martin Robertz <dream-master@gmx.net>
Diffstat (limited to 'src/main/java/gregtech/loaders/postload/recipes/NEIHiding.java')
-rw-r--r--src/main/java/gregtech/loaders/postload/recipes/NEIHiding.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main/java/gregtech/loaders/postload/recipes/NEIHiding.java b/src/main/java/gregtech/loaders/postload/recipes/NEIHiding.java
index 27c3004d7b..b181fe1af7 100644
--- a/src/main/java/gregtech/loaders/postload/recipes/NEIHiding.java
+++ b/src/main/java/gregtech/loaders/postload/recipes/NEIHiding.java
@@ -7,7 +7,6 @@ import net.minecraft.item.ItemStack;
import codechicken.nei.api.API;
import gregtech.api.enums.ItemList;
-import gregtech.common.items.MetaGeneratedItem03;
public class NEIHiding implements Runnable {
@@ -17,10 +16,6 @@ public class NEIHiding implements Runnable {
return;
}
- for (int i = 0; i < 16; i++) {
- API.hideItem(new ItemStack(MetaGeneratedItem03.INSTANCE, 1, i));
- }
-
if (Forestry.isModLoaded()) {
ItemStack[] coverIDs = { ItemList.Plank_Larch.get(2L), ItemList.Plank_Teak.get(2L),
ItemList.Plank_Acacia_Green.get(2L), ItemList.Plank_Lime.get(2L), ItemList.Plank_Chestnut.get(2L),