diff options
author | GDCloud <93287602+GDCloudstrike@users.noreply.github.com> | 2023-01-28 22:21:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-28 22:21:05 +0100 |
commit | ea4d03ed847f8c715053a36bfdd9fea61a838177 (patch) | |
tree | a70bbba4c1a60ad89074c4b49d91afa54d50426c /src/main/java/gregtech/loaders/preload/GT_Loader_MetaTileEntities.java | |
parent | 60ef13203a9ce4d5b3ba57ca2c3996bde7fe8627 (diff) | |
download | GT5-Unofficial-ea4d03ed847f8c715053a36bfdd9fea61a838177.tar.gz GT5-Unofficial-ea4d03ed847f8c715053a36bfdd9fea61a838177.tar.bz2 GT5-Unofficial-ea4d03ed847f8c715053a36bfdd9fea61a838177.zip |
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 <dream-master@gmx.net>
Diffstat (limited to 'src/main/java/gregtech/loaders/preload/GT_Loader_MetaTileEntities.java')
-rw-r--r-- | src/main/java/gregtech/loaders/preload/GT_Loader_MetaTileEntities.java | 20 |
1 files changed, 10 insertions, 10 deletions
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, |