diff options
author | evgengoldwar <69961523+evgengoldwar@users.noreply.github.com> | 2024-06-07 07:41:03 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-07 05:41:03 +0200 |
commit | 581b4b8b3012f9a36220400ad56821ee060790ae (patch) | |
tree | fff9f5d72777ed1d0ae1438bbdc4054a6415d4cf /src/main/resources/assets/gregtech/textures/blocks | |
parent | bfd41f8ff591b7101d71fc53b7c1ec42f7685416 (diff) | |
download | GT5-Unofficial-581b4b8b3012f9a36220400ad56821ee060790ae.tar.gz GT5-Unofficial-581b4b8b3012f9a36220400ad56821ee060790ae.tar.bz2 GT5-Unofficial-581b4b8b3012f9a36220400ad56821ee060790ae.zip |
Add Steam Multi (#2631)
* add Steam Centrifuge
* add Steam Washer
* Change Steam Washer
* Change Steam Multi
* Fix tooltip Washer
* Change Washer
* Change Steam Multi
* add id comment
* update deps + sa
* Added centrifuge tiers
* Added washer tiers
* Added compressor tiers
* Added macerator tiers
* Delete fixAllMaintenanceIssue();
* Delete fixAllMaintenanceIssue();
* Changed recipes
* Added meaningful names
* sa + update bs
---------
Co-authored-by: Martin Robertz <dream-master@gmx.net>
Diffstat (limited to 'src/main/resources/assets/gregtech/textures/blocks')
-rw-r--r-- | src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_FRONT_STEAM_CENTRIFUGE.png | bin | 0 -> 352 bytes |
-rw-r--r-- | src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_FRONT_STEAM_CENTRIFUGE_ACTIVE.png | bin | 0 -> 386 bytes |
-rw-r--r-- | src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_FRONT_STEAM_WASHER.png | bin | 0 -> 247 bytes |
-rw-r--r-- | src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_FRONT_STEAM_WASHER_ACTIVE.png | bin | 0 -> 377 bytes |
4 files changed, 0 insertions, 0 deletions
diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_FRONT_STEAM_CENTRIFUGE.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_FRONT_STEAM_CENTRIFUGE.png Binary files differnew file mode 100644 index 0000000000..bc131aea0b --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_FRONT_STEAM_CENTRIFUGE.png diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_FRONT_STEAM_CENTRIFUGE_ACTIVE.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_FRONT_STEAM_CENTRIFUGE_ACTIVE.png Binary files differnew file mode 100644 index 0000000000..edae0f6023 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_FRONT_STEAM_CENTRIFUGE_ACTIVE.png diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_FRONT_STEAM_WASHER.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_FRONT_STEAM_WASHER.png Binary files differnew file mode 100644 index 0000000000..0b48c034e4 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_FRONT_STEAM_WASHER.png diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_FRONT_STEAM_WASHER_ACTIVE.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_FRONT_STEAM_WASHER_ACTIVE.png Binary files differnew file mode 100644 index 0000000000..52d8d3de43 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_FRONT_STEAM_WASHER_ACTIVE.png |