diff options
author | Léa Gris <lea.gris@noiraude.net> | 2023-03-30 21:48:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-30 21:48:25 +0200 |
commit | 7ac8db9ecf8bd8775b5249e48f8ac9a84d675b4d (patch) | |
tree | 85faa9ccd9c8d25f3b4cdf36beb03492b51d0462 /src/main/resources/assets/gregtech | |
parent | 8187e9841b50a5bd1e713655d7b6598ffa8e8ac6 (diff) | |
download | GT5-Unofficial-7ac8db9ecf8bd8775b5249e48f8ac9a84d675b4d.tar.gz GT5-Unofficial-7ac8db9ecf8bd8775b5249e48f8ac9a84d675b4d.tar.bz2 GT5-Unofficial-7ac8db9ecf8bd8775b5249e48f8ac9a84d675b4d.zip |
Implementation of A more useful Lava Boiler (#1814)
* Fix Missing null/empty checks on boilers base class
Would cause a deadlock on empty boilers unable to start,
as it tried to transfer null or empty FuildStack.
* Fix Sound coordinates so it can be centered on block
* WIP Lava Boiler Improuvements
* :spotlessapply
* Add GUI slot block background textures
* Restrict ash slot to remove items only (disallow inserting items there)
* Finalize GUI and Obsidian Production mechanic
* Fix still output Obisidian from cooled Lava even when no more Lava available
* Lava Boiler Textures: Improves GUI and TOP
- Fluid slot now has Steam themed textures
- Item slot block background gets a smaller icon that hides behind
actual item blocks
- Boiler TOP is now a drain texture instead of pump
* Add null check
Diffstat (limited to 'src/main/resources/assets/gregtech')
-rw-r--r-- | src/main/resources/assets/gregtech/textures/gui/overlay_slot/block.png | bin | 0 -> 352 bytes |
-rw-r--r-- | src/main/resources/assets/gregtech/textures/gui/overlay_slot/block_bronze.png | bin | 0 -> 323 bytes |
-rw-r--r-- | src/main/resources/assets/gregtech/textures/gui/overlay_slot/block_primitive.png | bin | 0 -> 347 bytes |
-rw-r--r-- | src/main/resources/assets/gregtech/textures/gui/overlay_slot/block_steel.png | bin | 0 -> 369 bytes |
-rw-r--r-- | src/main/resources/assets/gregtech/textures/gui/slot/fluid_bronze.png | bin | 0 -> 102 bytes |
-rw-r--r-- | src/main/resources/assets/gregtech/textures/gui/slot/fluid_primitive.png | bin | 0 -> 102 bytes |
-rw-r--r-- | src/main/resources/assets/gregtech/textures/gui/slot/fluid_steel.png | bin | 0 -> 102 bytes |
7 files changed, 0 insertions, 0 deletions
diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_slot/block.png b/src/main/resources/assets/gregtech/textures/gui/overlay_slot/block.png Binary files differnew file mode 100644 index 0000000000..66bc3742c4 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/gui/overlay_slot/block.png diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_slot/block_bronze.png b/src/main/resources/assets/gregtech/textures/gui/overlay_slot/block_bronze.png Binary files differnew file mode 100644 index 0000000000..4b8f68f319 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/gui/overlay_slot/block_bronze.png diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_slot/block_primitive.png b/src/main/resources/assets/gregtech/textures/gui/overlay_slot/block_primitive.png Binary files differnew file mode 100644 index 0000000000..23599f3eca --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/gui/overlay_slot/block_primitive.png diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_slot/block_steel.png b/src/main/resources/assets/gregtech/textures/gui/overlay_slot/block_steel.png Binary files differnew file mode 100644 index 0000000000..382b68b180 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/gui/overlay_slot/block_steel.png diff --git a/src/main/resources/assets/gregtech/textures/gui/slot/fluid_bronze.png b/src/main/resources/assets/gregtech/textures/gui/slot/fluid_bronze.png Binary files differnew file mode 100644 index 0000000000..87a20f2e94 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/gui/slot/fluid_bronze.png diff --git a/src/main/resources/assets/gregtech/textures/gui/slot/fluid_primitive.png b/src/main/resources/assets/gregtech/textures/gui/slot/fluid_primitive.png Binary files differnew file mode 100644 index 0000000000..7d7d3e2c35 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/gui/slot/fluid_primitive.png diff --git a/src/main/resources/assets/gregtech/textures/gui/slot/fluid_steel.png b/src/main/resources/assets/gregtech/textures/gui/slot/fluid_steel.png Binary files differnew file mode 100644 index 0000000000..c9c04ea90c --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/gui/slot/fluid_steel.png |