diff options
author | evgengoldwar <69961523+evgengoldwar@users.noreply.github.com> | 2024-07-18 19:38:15 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-18 22:38:15 +0700 |
commit | 5e6ba0d78c7130762f076f56c856752e40068307 (patch) | |
tree | c1e40dc55712e58a74e7173d2f2641518e0ed2e9 /src/main/java/gtPlusPlus/xmod/gregtech/api | |
parent | 4f7a7257760cd271cfe33d0fab3d82f64d45543f (diff) | |
download | GT5-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/java/gtPlusPlus/xmod/gregtech/api')
-rw-r--r-- | src/main/java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java b/src/main/java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java index 71274e0091..caa2254373 100644 --- a/src/main/java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java +++ b/src/main/java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java @@ -408,6 +408,9 @@ public enum GregtechItemList implements GregtechItemContainer { Casing_Vacuum_Furnace, Controller_Vacuum_Furnace, + // Water pump + WaterPump, + // Large Rocket Engine Casing_RocketEngine, Controller_RocketEngine, |