diff options
author | Glease <4586901+Glease@users.noreply.github.com> | 2023-04-11 16:28:01 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-11 10:28:01 +0200 |
commit | 8af1708c18b25c6944789461d95491b54de9259b (patch) | |
tree | d318b186f9c8677d6bc45b9db8e8d16c3c791d58 /src/main/java/gtPlusPlus/xmod/gregtech/registration | |
parent | ea709f845a20b02ded9061308a993f40f787372b (diff) | |
download | GT5-Unofficial-8af1708c18b25c6944789461d95491b54de9259b.tar.gz GT5-Unofficial-8af1708c18b25c6944789461d95491b54de9259b.tar.bz2 GT5-Unofficial-8af1708c18b25c6944789461d95491b54de9259b.zip |
fix incorrect ulv turbine tooltip (#598)
* fix incorrect ulv turbine tooltip
* spotlessApply (#599)
Co-authored-by: GitHub GTNH Actions <>
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'src/main/java/gtPlusPlus/xmod/gregtech/registration')
-rw-r--r-- | src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechGeneratorsULV.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechGeneratorsULV.java b/src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechGeneratorsULV.java index 5593f7a239..bc05640e70 100644 --- a/src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechGeneratorsULV.java +++ b/src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechGeneratorsULV.java @@ -25,7 +25,7 @@ public class GregtechGeneratorsULV { new GT_MetaTileEntity_ULV_GasTurbine(961, "basicgenerator.gas.tier.00", "Simple Gas Turbine", 0) .getStackForm(1L)); GregtechItemList.Generator_Steam_Turbine_ULV.set( - new GT_MetaTileEntity_ULV_SteamTurbine(962, "basicgenerator.steam.tier.00", "Simple Steam Turbine", 0) + new GT_MetaTileEntity_ULV_SteamTurbine(962, "basicgenerator.steam.tier.00", "Simple Steam Turbine") .getStackForm(1L)); GT_ModHandler.addCraftingRecipe( |