diff options
author | GlodBlock <1356392126@qq.com> | 2022-01-25 22:04:51 +0800 |
---|---|---|
committer | GlodBlock <1356392126@qq.com> | 2022-01-25 22:04:51 +0800 |
commit | a628cfde78df9f419510aca196a8b8e67164eb16 (patch) | |
tree | db9cc888e2769b6ad5b62e11712243e806c8abc0 /src/main/resources/assets | |
parent | bcacfedb7fe471a00a430459efe04790f92a5f5b (diff) | |
download | GT5-Unofficial-a628cfde78df9f419510aca196a8b8e67164eb16.tar.gz GT5-Unofficial-a628cfde78df9f419510aca196a8b8e67164eb16.tar.bz2 GT5-Unofficial-a628cfde78df9f419510aca196a8b8e67164eb16.zip |
finish the XHE recipe and running system
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r-- | src/main/resources/assets/goodgenerator/lang/en_US.lang | 14 | ||||
-rw-r--r-- | src/main/resources/assets/goodgenerator/textures/blocks/fluids/ironedFuel.flowing.png | bin | 7348 -> 0 bytes | |||
-rw-r--r-- | src/main/resources/assets/goodgenerator/textures/blocks/fluids/ironedFuel.still.png | bin | 7348 -> 0 bytes | |||
-rw-r--r-- | src/main/resources/assets/goodgenerator/textures/blocks/fluids/supercriticalSteam.flowing.png | bin | 0 -> 7252 bytes | |||
-rw-r--r-- | src/main/resources/assets/goodgenerator/textures/blocks/fluids/supercriticalSteam.flowing.png.mcmeta (renamed from src/main/resources/assets/goodgenerator/textures/blocks/fluids/ironedFuel.flowing.png.mcmeta) | 0 | ||||
-rw-r--r-- | src/main/resources/assets/goodgenerator/textures/blocks/fluids/supercriticalSteam.still.png | bin | 0 -> 7252 bytes | |||
-rw-r--r-- | src/main/resources/assets/goodgenerator/textures/blocks/fluids/supercriticalSteam.still.png.mcmeta (renamed from src/main/resources/assets/goodgenerator/textures/blocks/fluids/ironedFuel.still.png.mcmeta) | 0 |
7 files changed, 9 insertions, 5 deletions
diff --git a/src/main/resources/assets/goodgenerator/lang/en_US.lang b/src/main/resources/assets/goodgenerator/lang/en_US.lang index 48a93ecfa1..e3e9900a32 100644 --- a/src/main/resources/assets/goodgenerator/lang/en_US.lang +++ b/src/main/resources/assets/goodgenerator/lang/en_US.lang @@ -130,6 +130,7 @@ fluid.moderatelyCrackedNaquadahAsphalt=Moderately Cracked Naquadah Asphalt fluid.heavilyCrackedNaquadahAsphalt=Severely Cracked Naquadah Asphalt fluid.combustionPromotor=Combustion Promoter fluid.fluid.coalTar=Coal Tar +fluid.supercriticalSteam=Supercritical Steam fluid.Naquadah Based Liquid Fuel MkI (Depleted)=Naquadah Based Liquid Fuel MkI (Depleted) fluid.Acid Naquadah Emulsion=Acid Naquadah Emulsion fluid.Antimony Pentafluoride=Antimony Pentafluoride @@ -196,6 +197,7 @@ tile.moderatelyCrackedNaquadahAsphalt.name=Moderately Cracked Naquadah Asphalt tile.heavilyCrackedNaquadahAsphalt.name=Severely Cracked Naquadah Asphalt tile.combustionPromotor.name=Combustion Promoter tile.coalTar.name=Coal Tar +tile.supercriticalSteam.name=Supercritical Steam #Tab Name itemGroup.Good Generator=Good Generator @@ -207,6 +209,8 @@ scanner.info.NA=Current Neutron Kinetic Energy: scanner.info.YOTTank.0=Current Capacity: scanner.info.YOTTank.1=Fluid Name: scanner.info.YOTTank.2=Current Used: +scanner.info.XHE.0=Steam Output is equal to +scanner.info.XHE.1=Overheated Threshold: #GUI Info gui.NeutronSensor.0=Input the value of Neutron Kinetic Energy. @@ -231,9 +235,9 @@ value.neutron_activator.0=Minimum Neutron Kinetic Energy: value.neutron_activator.1=Maximum Neutron Kinetic Energy: value.neutron_activator.2= MeV value.extreme_heat_exchanger.0=Max Hot Fluid Input: -value.extreme_heat_exchanger.1=Max Working Fluid Input: -value.extreme_heat_exchanger.2=Max Heated Working Fluid Output: -value.extreme_heat_exchanger.3=Max Overheated Working Fluid Output: +value.extreme_heat_exchanger.1=Max Distilled Water Input: +value.extreme_heat_exchanger.2=Max Heated Fluid Output: +value.extreme_heat_exchanger.3=Max Overheated Fluid Output: value.extreme_heat_exchanger.4=Threshold: #TecTech Structure Info @@ -285,8 +289,8 @@ YOTTank.hint.4=1 - Input Hatch/YOTTank Casing YOTTank.hint.5=2 - Maintenance Hatch/YOTTank Casing YOTTank.hint.6=3 - Output Hatch/YOTHatch ExtremeHeatExchanger.hint.0=At least 25x Robust Tungstensteel Machine Casings -ExtremeHeatExchanger.hint.1=1 - Input hatch for distilled water or other working fluid -ExtremeHeatExchanger.hint.2=2 - Output hatch for SC Steam/SH Steam/Steam or other heated working fluid +ExtremeHeatExchanger.hint.1=1 - Input hatch for distilled water +ExtremeHeatExchanger.hint.2=2 - Output hatch for SC Steam/SH Steam/Steam ExtremeHeatExchanger.hint.3=3 - Input hatch for hot fluid ExtremeHeatExchanger.hint.4=4 - Output hatch for cold fluid ExtremeHeatExchanger.hint.5=Any Casing - Maintenance Hatch diff --git a/src/main/resources/assets/goodgenerator/textures/blocks/fluids/ironedFuel.flowing.png b/src/main/resources/assets/goodgenerator/textures/blocks/fluids/ironedFuel.flowing.png Binary files differdeleted file mode 100644 index 70269cad5e..0000000000 --- a/src/main/resources/assets/goodgenerator/textures/blocks/fluids/ironedFuel.flowing.png +++ /dev/null diff --git a/src/main/resources/assets/goodgenerator/textures/blocks/fluids/ironedFuel.still.png b/src/main/resources/assets/goodgenerator/textures/blocks/fluids/ironedFuel.still.png Binary files differdeleted file mode 100644 index 70269cad5e..0000000000 --- a/src/main/resources/assets/goodgenerator/textures/blocks/fluids/ironedFuel.still.png +++ /dev/null diff --git a/src/main/resources/assets/goodgenerator/textures/blocks/fluids/supercriticalSteam.flowing.png b/src/main/resources/assets/goodgenerator/textures/blocks/fluids/supercriticalSteam.flowing.png Binary files differnew file mode 100644 index 0000000000..82b938d8ce --- /dev/null +++ b/src/main/resources/assets/goodgenerator/textures/blocks/fluids/supercriticalSteam.flowing.png diff --git a/src/main/resources/assets/goodgenerator/textures/blocks/fluids/ironedFuel.flowing.png.mcmeta b/src/main/resources/assets/goodgenerator/textures/blocks/fluids/supercriticalSteam.flowing.png.mcmeta index 83e994c588..83e994c588 100644 --- a/src/main/resources/assets/goodgenerator/textures/blocks/fluids/ironedFuel.flowing.png.mcmeta +++ b/src/main/resources/assets/goodgenerator/textures/blocks/fluids/supercriticalSteam.flowing.png.mcmeta diff --git a/src/main/resources/assets/goodgenerator/textures/blocks/fluids/supercriticalSteam.still.png b/src/main/resources/assets/goodgenerator/textures/blocks/fluids/supercriticalSteam.still.png Binary files differnew file mode 100644 index 0000000000..82b938d8ce --- /dev/null +++ b/src/main/resources/assets/goodgenerator/textures/blocks/fluids/supercriticalSteam.still.png diff --git a/src/main/resources/assets/goodgenerator/textures/blocks/fluids/ironedFuel.still.png.mcmeta b/src/main/resources/assets/goodgenerator/textures/blocks/fluids/supercriticalSteam.still.png.mcmeta index 83e994c588..83e994c588 100644 --- a/src/main/resources/assets/goodgenerator/textures/blocks/fluids/ironedFuel.still.png.mcmeta +++ b/src/main/resources/assets/goodgenerator/textures/blocks/fluids/supercriticalSteam.still.png.mcmeta |