diff options
author | chochem <40274384+chochem@users.noreply.github.com> | 2023-01-01 21:50:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-01 22:50:52 +0100 |
commit | 99dd0cb8612b44218f0e83345fac6484b10f7aa1 (patch) | |
tree | c2c3b2512f5130aaa26bf896a6dade4a5437a61d /src/main/java | |
parent | 6188ffc51a7e9799f4cfa77b42e65ded8f040c44 (diff) | |
download | GT5-Unofficial-99dd0cb8612b44218f0e83345fac6484b10f7aa1.tar.gz GT5-Unofficial-99dd0cb8612b44218f0e83345fac6484b10f7aa1.tar.bz2 GT5-Unofficial-99dd0cb8612b44218f0e83345fac6484b10f7aa1.zip |
fix LV steam valve (#1624)
Diffstat (limited to 'src/main/java')
-rw-r--r-- | src/main/java/gregtech/common/items/GT_MetaGenerated_Item_01.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/common/items/GT_MetaGenerated_Item_01.java b/src/main/java/gregtech/common/items/GT_MetaGenerated_Item_01.java index 20050f2c89..e6882c4977 100644 --- a/src/main/java/gregtech/common/items/GT_MetaGenerated_Item_01.java +++ b/src/main/java/gregtech/common/items/GT_MetaGenerated_Item_01.java @@ -2859,7 +2859,7 @@ public class GT_MetaGenerated_Item_01 extends GT_MetaGenerated_Item_X32 { GregTech_API.registerCover( ItemList.Steam_Valve_LV.get(1L), TextureFactory.of(MACHINE_CASINGS[1][0], TextureFactory.of(OVERLAY_VALVE)), - new GT_Cover_SteamValve(102, TextureFactory.of(OVERLAY_VALVE))); + new GT_Cover_SteamValve(1024, TextureFactory.of(OVERLAY_VALVE))); GregTech_API.registerCover( ItemList.Steam_Valve_MV.get(1L), TextureFactory.of(MACHINE_CASINGS[2][0], TextureFactory.of(OVERLAY_VALVE)), |