From ea4d03ed847f8c715053a36bfdd9fea61a838177 Mon Sep 17 00:00:00 2001 From: GDCloud <93287602+GDCloudstrike@users.noreply.github.com> Date: Sat, 28 Jan 2023 22:21:05 +0100 Subject: Optical Circuit line recipes (#1665) * Optical Board recipes * Spotless * Tweak chromatic glass amount * Expand Forming press input slots * sa * Glowstone nanites recipe * Add new forming press support * Spotless * Tiered expansion of PLE/Forming press slots --------- Co-authored-by: Martin Robertz --- .../loaders/preload/GT_Loader_MetaTileEntities.java | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/main/java/gregtech/loaders/preload') diff --git a/src/main/java/gregtech/loaders/preload/GT_Loader_MetaTileEntities.java b/src/main/java/gregtech/loaders/preload/GT_Loader_MetaTileEntities.java index 0af16057bd..d04d214073 100644 --- a/src/main/java/gregtech/loaders/preload/GT_Loader_MetaTileEntities.java +++ b/src/main/java/gregtech/loaders/preload/GT_Loader_MetaTileEntities.java @@ -9559,12 +9559,12 @@ public class GT_Loader_MetaTileEntities implements Runnable { // TODO CHECK CIRC 4, "Don't look directly at the Laser", GT_Recipe.GT_Recipe_Map.sLaserEngraverRecipes, - 2, + 4, 1, 32000, 0, 1, - "LaserEngraver.png", + "LaserEngraver2.png", SoundResource.IC2_MACHINES_MAGNETIZER_LOOP, false, false, @@ -9593,12 +9593,12 @@ public class GT_Loader_MetaTileEntities implements Runnable { // TODO CHECK CIRC 5, "Don't look directly at the Laser", GT_Recipe.GT_Recipe_Map.sLaserEngraverRecipes, - 2, + 4, 1, 40000, 0, 1, - "LaserEngraver.png", + "LaserEngraver2.png", SoundResource.IC2_MACHINES_MAGNETIZER_LOOP, false, false, @@ -9692,12 +9692,12 @@ public class GT_Loader_MetaTileEntities implements Runnable { // TODO CHECK CIRC 3, "Imprinting Images into things", GT_Recipe.GT_Recipe_Map.sPressRecipes, - 2, + 4, 1, 0, 0, 1, - "Press.png", + "Press2.png", SoundResource.IC2_MACHINES_COMPRESSOR_OP, false, false, @@ -9724,12 +9724,12 @@ public class GT_Loader_MetaTileEntities implements Runnable { // TODO CHECK CIRC 4, "Imprinting Images into things", GT_Recipe.GT_Recipe_Map.sPressRecipes, - 2, + 4, 1, 0, 0, 1, - "Press.png", + "Press2.png", SoundResource.IC2_MACHINES_COMPRESSOR_OP, false, false, @@ -9756,12 +9756,12 @@ public class GT_Loader_MetaTileEntities implements Runnable { // TODO CHECK CIRC 5, "Imprinting Images into things", GT_Recipe.GT_Recipe_Map.sPressRecipes, - 2, + 6, 1, 0, 0, 1, - "Press.png", + "Press3.png", SoundResource.IC2_MACHINES_COMPRESSOR_OP, false, false, -- cgit