diff options
author | GlodBlock <1356392126@qq.com> | 2021-08-22 19:51:57 +0800 |
---|---|---|
committer | GlodBlock <1356392126@qq.com> | 2021-08-22 19:51:57 +0800 |
commit | c9cc419010a79608b2594e4c5cab80328c144efd (patch) | |
tree | e64e2fb73b640d0e0f1eed69186d088171dedfb3 /src/main/resources/assets | |
parent | a7aa820008ef07589fff391eea8cf643be5f6238 (diff) | |
download | GT5-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.lang | 9 | ||||
-rw-r--r-- | src/main/resources/assets/goodgenerator/textures/items/inverter.png | bin | 0 -> 1914 bytes | |||
-rw-r--r-- | src/main/resources/assets/goodgenerator/textures/items/microHeater.png | bin | 0 -> 1749 bytes | |||
-rw-r--r-- | src/main/resources/assets/goodgenerator/textures/items/neutronSource.png | bin | 0 -> 1894 bytes | |||
-rw-r--r-- | src/main/resources/assets/goodgenerator/textures/items/plasticCase.png | bin | 0 -> 1875 bytes | |||
-rw-r--r-- | src/main/resources/assets/goodgenerator/textures/items/quartzCrystalResonator.png | bin | 0 -> 1755 bytes | |||
-rw-r--r-- | src/main/resources/assets/goodgenerator/textures/items/quartzWafer.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 0000000000..0e31bd991f --- /dev/null +++ b/src/main/resources/assets/goodgenerator/textures/items/inverter.png diff --git a/src/main/resources/assets/goodgenerator/textures/items/microHeater.png b/src/main/resources/assets/goodgenerator/textures/items/microHeater.png Binary files differnew file mode 100644 index 0000000000..39ac6744d1 --- /dev/null +++ b/src/main/resources/assets/goodgenerator/textures/items/microHeater.png diff --git a/src/main/resources/assets/goodgenerator/textures/items/neutronSource.png b/src/main/resources/assets/goodgenerator/textures/items/neutronSource.png Binary files differnew file mode 100644 index 0000000000..89f7790f5b --- /dev/null +++ b/src/main/resources/assets/goodgenerator/textures/items/neutronSource.png diff --git a/src/main/resources/assets/goodgenerator/textures/items/plasticCase.png b/src/main/resources/assets/goodgenerator/textures/items/plasticCase.png Binary files differnew file mode 100644 index 0000000000..a5fd1f9b97 --- /dev/null +++ b/src/main/resources/assets/goodgenerator/textures/items/plasticCase.png diff --git a/src/main/resources/assets/goodgenerator/textures/items/quartzCrystalResonator.png b/src/main/resources/assets/goodgenerator/textures/items/quartzCrystalResonator.png Binary files differnew file mode 100644 index 0000000000..0844d39d62 --- /dev/null +++ b/src/main/resources/assets/goodgenerator/textures/items/quartzCrystalResonator.png diff --git a/src/main/resources/assets/goodgenerator/textures/items/quartzWafer.png b/src/main/resources/assets/goodgenerator/textures/items/quartzWafer.png Binary files differnew file mode 100644 index 0000000000..691600adee --- /dev/null +++ b/src/main/resources/assets/goodgenerator/textures/items/quartzWafer.png |