aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/gregtech/textures/gui/basicmachines
diff options
context:
space:
mode:
authorConnor-Colenso <52056774+Connor-Colenso@users.noreply.github.com>2022-06-19 19:47:52 +0100
committerGitHub <noreply@github.com>2022-06-19 20:47:52 +0200
commit18c7ac051b3e7c392666c63b7b439560ae915c07 (patch)
treebcd6e968f38852bc51a6c509d2c1a273455e32d5 /src/main/resources/assets/gregtech/textures/gui/basicmachines
parentfc067041e63fe5feae6c0498e69622944229942f (diff)
downloadGT5-Unofficial-18c7ac051b3e7c392666c63b7b439560ae915c07.tar.gz
GT5-Unofficial-18c7ac051b3e7c392666c63b7b439560ae915c07.tar.bz2
GT5-Unofficial-18c7ac051b3e7c392666c63b7b439560ae915c07.zip
Add Plasma Forge (Endgame multi) (#1076)
* Basis of changes. * Fix item stack and fluid vanishing. * Add new plasma forge UI, change tooltip and fix recipe map. * Fix corrupted fluid registry. * Fix fluids in recipes. Items still need adjusting. * Working. * Liquid spacetime and rename multi to D.T.P.S. so it can fit in GUI properly. * Make animation of spacetime fluid slower. * Fix recipe map (again). * Remove screwdriver junk. Clean up code slightly. * More cleaning. * Comments * Add hatch limitations and add some additional information. Also update NEI GUI. * Add proper recipes and change SpaceTime to a fluid not a gas. * Remove depreciated coil check (since I stole the IDs). * Remove depreciated coil check (since I stole the IDs). Add more comments. * Change temp of SpaceTime. * Add catalyst recipes + support for 16:16 fusion recipes. * Add comments. * Scala fix maybe? * Change plasma forge GUI. * Uncap temperature of materials. (Short -> Int) * Add chunkloading support (when multi is active). * Fix NEI merge issues. * fix used ids in kevlar * Add fluid support for laser engraver. * fix sh***t (cherry picked from commit 01851c100c52fd8292028cf6dda2cb136c617afc) * Add new intermediate materials to facilitate crafting. Also fix fusion typo. * Fix heat/fluid quantity display to be formatted correctly. * Change recipes to be more balanced. * Change residue fluid texture. * Restore better naming for multiblock. * Fix recipe typo. * Fix text not wrapping in multi controller. * Give laser engraver internal fluid storage. * Add IMC NEI support. * Update material properties. * Remove old dev comments. * Fix NEI texture. Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> Co-authored-by: Martin Robertz <dream-master@gmx.net>
Diffstat (limited to 'src/main/resources/assets/gregtech/textures/gui/basicmachines')
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/ComplexFusionReactor.pngbin0 -> 5714 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/LaserEngraver.pngbin5220 -> 5505 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/LaserEngraverNEI.pngbin0 -> 5274 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/PlasmaForge.pngbin0 -> 5010 bytes
4 files changed, 0 insertions, 0 deletions
diff --git a/src/main/resources/assets/gregtech/textures/gui/basicmachines/ComplexFusionReactor.png b/src/main/resources/assets/gregtech/textures/gui/basicmachines/ComplexFusionReactor.png
new file mode 100644
index 0000000000..e1fda1ecbf
--- /dev/null
+++ b/src/main/resources/assets/gregtech/textures/gui/basicmachines/ComplexFusionReactor.png
Binary files differ
diff --git a/src/main/resources/assets/gregtech/textures/gui/basicmachines/LaserEngraver.png b/src/main/resources/assets/gregtech/textures/gui/basicmachines/LaserEngraver.png
index 7f3d62df71..3c98de1ed7 100644
--- a/src/main/resources/assets/gregtech/textures/gui/basicmachines/LaserEngraver.png
+++ b/src/main/resources/assets/gregtech/textures/gui/basicmachines/LaserEngraver.png
Binary files differ
diff --git a/src/main/resources/assets/gregtech/textures/gui/basicmachines/LaserEngraverNEI.png b/src/main/resources/assets/gregtech/textures/gui/basicmachines/LaserEngraverNEI.png
new file mode 100644
index 0000000000..739bd29356
--- /dev/null
+++ b/src/main/resources/assets/gregtech/textures/gui/basicmachines/LaserEngraverNEI.png
Binary files differ
diff --git a/src/main/resources/assets/gregtech/textures/gui/basicmachines/PlasmaForge.png b/src/main/resources/assets/gregtech/textures/gui/basicmachines/PlasmaForge.png
new file mode 100644
index 0000000000..4ac037dbfd
--- /dev/null
+++ b/src/main/resources/assets/gregtech/textures/gui/basicmachines/PlasmaForge.png
Binary files differ