aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets
diff options
context:
space:
mode:
authorGlodBlock <1356392126@qq.com>2021-08-22 19:51:57 +0800
committerGlodBlock <1356392126@qq.com>2021-08-22 19:51:57 +0800
commitc9cc419010a79608b2594e4c5cab80328c144efd (patch)
treee64e2fb73b640d0e0f1eed69186d088171dedfb3 /src/main/resources/assets
parenta7aa820008ef07589fff391eea8cf643be5f6238 (diff)
downloadGT5-Unofficial-c9cc419010a79608b2594e4c5cab80328c144efd.tar.gz
GT5-Unofficial-c9cc419010a79608b2594e4c5cab80328c144efd.tar.bz2
GT5-Unofficial-c9cc419010a79608b2594e4c5cab80328c144efd.zip
add recipe for neutron activator parts
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r--src/main/resources/assets/goodgenerator/lang/en_US.lang9
-rw-r--r--src/main/resources/assets/goodgenerator/textures/items/inverter.pngbin0 -> 1914 bytes
-rw-r--r--src/main/resources/assets/goodgenerator/textures/items/microHeater.pngbin0 -> 1749 bytes
-rw-r--r--src/main/resources/assets/goodgenerator/textures/items/neutronSource.pngbin0 -> 1894 bytes
-rw-r--r--src/main/resources/assets/goodgenerator/textures/items/plasticCase.pngbin0 -> 1875 bytes
-rw-r--r--src/main/resources/assets/goodgenerator/textures/items/quartzCrystalResonator.pngbin0 -> 1755 bytes
-rw-r--r--src/main/resources/assets/goodgenerator/textures/items/quartzWafer.pngbin0 -> 1722 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 05165be943..235ac95aab 100644
--- a/src/main/resources/assets/goodgenerator/lang/en_US.lang
+++ b/src/main/resources/assets/goodgenerator/lang/en_US.lang
@@ -35,6 +35,15 @@ item.aluminumNitride.name=Aluminum Nitride Dust
item.specialCeramics.name=Special Ceramics Dust
item.specialCeramicsPlate.name=Special Ceramics Plate
item.radioactiveWaste.name=Radioactive Waste
+item.plasticCase.name=Plastic Case
+item.quartzWafer.name=Quartz Wafer
+item.microHeater.name=Micro-Heater
+item.quartzCrystalResonator.name=Quartz Crystal Resonator
+item.inverter.name=Inverter
+item.neutronSource.name=Neutron Source Case
+
+#Tooltip
+inverter.tooltip.0=Turn DC into AC
#Fluids
fluid.lightlyCrackedNaquadahGas=Lightly Cracked Naquadah Gas
diff --git a/src/main/resources/assets/goodgenerator/textures/items/inverter.png b/src/main/resources/assets/goodgenerator/textures/items/inverter.png
new file mode 100644
index 0000000000..0e31bd991f
--- /dev/null
+++ b/src/main/resources/assets/goodgenerator/textures/items/inverter.png
Binary files differ
diff --git a/src/main/resources/assets/goodgenerator/textures/items/microHeater.png b/src/main/resources/assets/goodgenerator/textures/items/microHeater.png
new file mode 100644
index 0000000000..39ac6744d1
--- /dev/null
+++ b/src/main/resources/assets/goodgenerator/textures/items/microHeater.png
Binary files differ
diff --git a/src/main/resources/assets/goodgenerator/textures/items/neutronSource.png b/src/main/resources/assets/goodgenerator/textures/items/neutronSource.png
new file mode 100644
index 0000000000..89f7790f5b
--- /dev/null
+++ b/src/main/resources/assets/goodgenerator/textures/items/neutronSource.png
Binary files differ
diff --git a/src/main/resources/assets/goodgenerator/textures/items/plasticCase.png b/src/main/resources/assets/goodgenerator/textures/items/plasticCase.png
new file mode 100644
index 0000000000..a5fd1f9b97
--- /dev/null
+++ b/src/main/resources/assets/goodgenerator/textures/items/plasticCase.png
Binary files differ
diff --git a/src/main/resources/assets/goodgenerator/textures/items/quartzCrystalResonator.png b/src/main/resources/assets/goodgenerator/textures/items/quartzCrystalResonator.png
new file mode 100644
index 0000000000..0844d39d62
--- /dev/null
+++ b/src/main/resources/assets/goodgenerator/textures/items/quartzCrystalResonator.png
Binary files differ
diff --git a/src/main/resources/assets/goodgenerator/textures/items/quartzWafer.png b/src/main/resources/assets/goodgenerator/textures/items/quartzWafer.png
new file mode 100644
index 0000000000..691600adee
--- /dev/null
+++ b/src/main/resources/assets/goodgenerator/textures/items/quartzWafer.png
Binary files differ