aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/gregtech
diff options
context:
space:
mode:
authorevgengoldwar <69961523+evgengoldwar@users.noreply.github.com>2024-07-18 19:38:15 +0400
committerGitHub <noreply@github.com>2024-07-18 22:38:15 +0700
commit5e6ba0d78c7130762f076f56c856752e40068307 (patch)
treec1e40dc55712e58a74e7173d2f2641518e0ed2e9 /src/main/resources/assets/gregtech
parent4f7a7257760cd271cfe33d0fab3d82f64d45543f (diff)
downloadGT5-Unofficial-5e6ba0d78c7130762f076f56c856752e40068307.tar.gz
GT5-Unofficial-5e6ba0d78c7130762f076f56c856752e40068307.tar.bz2
GT5-Unofficial-5e6ba0d78c7130762f076f56c856752e40068307.zip
Added Water Pump (#2694)
* Add Water Pump * Added check humidity * Apply spotless * Added tier 2 WaterPump * Added new textures and Fixed the display in nei * Optimizing imports * Fix tooltip * Added craft for Output hatch ULV, Wooden Casing, Water Pump * Apply spotless * sa+update deps * Delete the sky check method * sa * Rewrote WaterPump to SteamMultiBase. * Added a steam hatch to the structure and changed the tooltip * Spotless apply * Changed VoidProtection and calculate water generation * Remove star imports * Rename Wooden Casing to Primitive Wooden Casing * Remove enableMultiblock_WaterPump * Rename static variables * Change variables and tooltip * Sa --------- Co-authored-by: Dream Master <dream-master@gmx.net>
Diffstat (limited to 'src/main/resources/assets/gregtech')
-rw-r--r--src/main/resources/assets/gregtech/lang/en_US.lang2
-rw-r--r--src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_FRONT_WATER_PUMP.pngbin0 -> 308 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_FRONT_WATER_PUMP_ACTIVE.pngbin0 -> 407 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/blocks/iconsets/TEXTURE_METAL_PANEL_E.pngbin0 -> 1254 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/blocks/iconsets/TEXTURE_METAL_PANEL_E_A.pngbin0 -> 874 bytes
5 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/assets/gregtech/lang/en_US.lang b/src/main/resources/assets/gregtech/lang/en_US.lang
index 1136c50915..e529750871 100644
--- a/src/main/resources/assets/gregtech/lang/en_US.lang
+++ b/src/main/resources/assets/gregtech/lang/en_US.lang
@@ -649,6 +649,8 @@ GT5U.interface.coverTabs.east=East
GT5U.steam_variant.bronze=Bronze
GT5U.steam_variant.steel=Steel
+GT5U.biomes.humidity=Humidity:
+
# NEI options
nei.options.tools.dump.gt5u=GT5u
nei.options.tools.dump.gt5u.metatileentity=MetaTileEntity
diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_FRONT_WATER_PUMP.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_FRONT_WATER_PUMP.png
new file mode 100644
index 0000000000..75662c10e9
--- /dev/null
+++ b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_FRONT_WATER_PUMP.png
Binary files differ
diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_FRONT_WATER_PUMP_ACTIVE.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_FRONT_WATER_PUMP_ACTIVE.png
new file mode 100644
index 0000000000..a045862756
--- /dev/null
+++ b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_FRONT_WATER_PUMP_ACTIVE.png
Binary files differ
diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/TEXTURE_METAL_PANEL_E.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/TEXTURE_METAL_PANEL_E.png
new file mode 100644
index 0000000000..c6dd3ca33f
--- /dev/null
+++ b/src/main/resources/assets/gregtech/textures/blocks/iconsets/TEXTURE_METAL_PANEL_E.png
Binary files differ
diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/TEXTURE_METAL_PANEL_E_A.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/TEXTURE_METAL_PANEL_E_A.png
new file mode 100644
index 0000000000..098f970848
--- /dev/null
+++ b/src/main/resources/assets/gregtech/textures/blocks/iconsets/TEXTURE_METAL_PANEL_E_A.png
Binary files differ