aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorGlodBlock <1356392126@qq.com>2021-09-02 18:02:36 +0800
committerGlodBlock <1356392126@qq.com>2021-09-02 18:02:36 +0800
commitdd27852370204f336e3c63db96d567e2fca8f7d7 (patch)
tree1941350063d2e0e341966567e9f41aef4fbc03b0 /src/main/resources
parent32dc40e003833609d1238cd354849bfef2df635b (diff)
downloadGT5-Unofficial-dd27852370204f336e3c63db96d567e2fca8f7d7.tar.gz
GT5-Unofficial-dd27852370204f336e3c63db96d567e2fca8f7d7.tar.bz2
GT5-Unofficial-dd27852370204f336e3c63db96d567e2fca8f7d7.zip
code clean up
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/assets/goodgenerator/lang/en_US.lang9
-rw-r--r--src/main/resources/assets/goodgenerator/textures/items/rodCompressedUranium.pngbin0 -> 1796 bytes
-rw-r--r--src/main/resources/assets/goodgenerator/textures/items/rodCompressedUranium2.pngbin0 -> 2012 bytes
-rw-r--r--src/main/resources/assets/goodgenerator/textures/items/rodCompressedUranium4.pngbin0 -> 2087 bytes
-rw-r--r--src/main/resources/assets/goodgenerator/textures/items/rodCompressedUraniumDepleted.pngbin0 -> 1800 bytes
-rw-r--r--src/main/resources/assets/goodgenerator/textures/items/rodCompressedUraniumDepleted2.pngbin0 -> 2011 bytes
-rw-r--r--src/main/resources/assets/goodgenerator/textures/items/rodCompressedUraniumDepleted4.pngbin0 -> 2091 bytes
7 files changed, 9 insertions, 0 deletions
diff --git a/src/main/resources/assets/goodgenerator/lang/en_US.lang b/src/main/resources/assets/goodgenerator/lang/en_US.lang
index d0d188d862..38ad2663ef 100644
--- a/src/main/resources/assets/goodgenerator/lang/en_US.lang
+++ b/src/main/resources/assets/goodgenerator/lang/en_US.lang
@@ -44,6 +44,13 @@ item.neutronSource.name=Neutron Source
item.naquadahMass.name=Naquadah Mass
item.enrichedNaquadahMass.name=Enriched Naquadah Mass
item.naquadriaMass.name=Naquadria Mass
+item.rodCompressedUraniumDepleted.name=Fuel Rod (Depleted High Density Uranium)
+item.rodCompressedUraniumDepleted2.name=Dual Fuel Rod (Depleted High Density Uranium)
+item.rodCompressedUraniumDepleted4.name=Quad Fuel Rod (Depleted High Density Uranium)
+item.rodCompressedUranium.name=Fuel Rod (High Density Uranium)
+item.rodCompressedUranium2.name=Dual Fuel Rod (High Density Uranium)
+item.rodCompressedUranium4.name=Quad Fuel Rod (High Density Uranium)
+item.advancedFuelRod.name=Advanced Fuel Rod (Empty)
#Tooltip
inverter.tooltip.0=Turn DC into AC.
@@ -52,6 +59,8 @@ enrichedNaquadahMass.tooltip.0=An intense to satisfaction in the world.
naquadriaMass.tooltip.0=What?
EssentiaHatch.tooltip.0=You can right click it with an Essentia Jar to set Essentia Filter.
EssentiaHatch.tooltip.1=Right click it with empty hands to clear the Filter.
+fuelrod.tooltip.0=Durability: %s/%s
+depletedfuelrod.tooltip.0=Depleted
#Fluids
fluid.lightlyCrackedNaquadahGas=Lightly Cracked Naquadah Gas
diff --git a/src/main/resources/assets/goodgenerator/textures/items/rodCompressedUranium.png b/src/main/resources/assets/goodgenerator/textures/items/rodCompressedUranium.png
new file mode 100644
index 0000000000..d8878dc82d
--- /dev/null
+++ b/src/main/resources/assets/goodgenerator/textures/items/rodCompressedUranium.png
Binary files differ
diff --git a/src/main/resources/assets/goodgenerator/textures/items/rodCompressedUranium2.png b/src/main/resources/assets/goodgenerator/textures/items/rodCompressedUranium2.png
new file mode 100644
index 0000000000..7fca20e67a
--- /dev/null
+++ b/src/main/resources/assets/goodgenerator/textures/items/rodCompressedUranium2.png
Binary files differ
diff --git a/src/main/resources/assets/goodgenerator/textures/items/rodCompressedUranium4.png b/src/main/resources/assets/goodgenerator/textures/items/rodCompressedUranium4.png
new file mode 100644
index 0000000000..d111499404
--- /dev/null
+++ b/src/main/resources/assets/goodgenerator/textures/items/rodCompressedUranium4.png
Binary files differ
diff --git a/src/main/resources/assets/goodgenerator/textures/items/rodCompressedUraniumDepleted.png b/src/main/resources/assets/goodgenerator/textures/items/rodCompressedUraniumDepleted.png
new file mode 100644
index 0000000000..9d2bbee939
--- /dev/null
+++ b/src/main/resources/assets/goodgenerator/textures/items/rodCompressedUraniumDepleted.png
Binary files differ
diff --git a/src/main/resources/assets/goodgenerator/textures/items/rodCompressedUraniumDepleted2.png b/src/main/resources/assets/goodgenerator/textures/items/rodCompressedUraniumDepleted2.png
new file mode 100644
index 0000000000..494c23cd82
--- /dev/null
+++ b/src/main/resources/assets/goodgenerator/textures/items/rodCompressedUraniumDepleted2.png
Binary files differ
diff --git a/src/main/resources/assets/goodgenerator/textures/items/rodCompressedUraniumDepleted4.png b/src/main/resources/assets/goodgenerator/textures/items/rodCompressedUraniumDepleted4.png
new file mode 100644
index 0000000000..4e8e0c717e
--- /dev/null
+++ b/src/main/resources/assets/goodgenerator/textures/items/rodCompressedUraniumDepleted4.png
Binary files differ