diff options
author | GlodBlock <1356392126@qq.com> | 2021-04-19 00:00:11 +0800 |
---|---|---|
committer | GlodBlock <1356392126@qq.com> | 2021-04-19 00:00:11 +0800 |
commit | faef14f1e2e97b96b93c60476e5f49fa31dfa153 (patch) | |
tree | e86e7b96e9b2a2a6083ff4df82458913ce34cc29 /src/main | |
parent | 824eacfddb6825716083f09b31c187a4b46ab4ea (diff) | |
download | GT5-Unofficial-faef14f1e2e97b96b93c60476e5f49fa31dfa153.tar.gz GT5-Unofficial-faef14f1e2e97b96b93c60476e5f49fa31dfa153.tar.bz2 GT5-Unofficial-faef14f1e2e97b96b93c60476e5f49fa31dfa153.zip |
add texture
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/resources/assets/goodgenerator/lang/en_US.lang | 28 | ||||
-rw-r--r-- | src/main/resources/assets/goodgenerator/textures/items/highDensityUranium.png | bin | 0 -> 2445 bytes | |||
-rw-r--r-- | src/main/resources/assets/goodgenerator/textures/items/highDensityUraniumNugget.png | bin | 0 -> 2412 bytes | |||
-rw-r--r-- | src/main/resources/assets/goodgenerator/textures/items/wrappedUraniumIngot.png | bin | 0 -> 2479 bytes |
4 files changed, 6 insertions, 22 deletions
diff --git a/src/main/resources/assets/goodgenerator/lang/en_US.lang b/src/main/resources/assets/goodgenerator/lang/en_US.lang index b03795ea88..a1e9c91845 100644 --- a/src/main/resources/assets/goodgenerator/lang/en_US.lang +++ b/src/main/resources/assets/goodgenerator/lang/en_US.lang @@ -1,25 +1,9 @@ -tooltip.tile.nag.0.name=environmental friendly! -tooltip.tile.nag.1.name=generate power with the High-energy molten metal -tooltip.tile.nag.2.name=input molten naquadria or enriched naquadah -tooltip.tile.nag.3.name=consume coolant 50mb/t to increase the efficiency: -tooltip.tile.nag.4.name=IC2 Coolant 105%, Super Coolant 150%, Cryotheum 275% -tooltip.tile.nag.5.name=consume excited liquid to increase the output voltage: -tooltip.tile.nag.6.name=molten caesium | 2x output | 9mb/t -tooltip.tile.nag.7.name=molten uranium-235 | 3x output | 9mb/t -tooltip.tile.nag.8.name=molten naquadah | 4x output | 1mb/t +MAR_Casing.0.name=Field Restricting Casing Block -tooltip.tile.nag.21.name=size(WxHxD): 15x20x15 (hollow) -tooltip.tile.nag.22.name=bottom is radiation proof machine casing,at least 10 -tooltip.tile.nag.23.name=fill the rest part of machine is field restricting casing block -tooltip.tile.nag.24.name=all of the hatch should be placed at the bottom -tooltip.tile.nag.25.name=1x maintenance hatch -tooltip.tile.nag.26.name=2-4x input hatch -tooltip.tile.nag.27.name=0-1x output hatch -tooltip.tile.nag.28.name=1x dynamo hatch (only accept ONE!) +item.radiationProtectionPlate.name=Radiation Protection Plate +item.wrappedUraniumIngot.name=Wrapped Uranium Ingot +item.highDensityUraniumNugget.name=High Density Uranium Nugget +item.highDensityUranium.name=High Density Uranium -MAR_Casing.0.name=field restricting casing block - -item.radiationProtectionPlate.name=radiation protection plate - -itemGroup.Good Generator=Good Generator +itemGroup.Good Generator=Good Generator
\ No newline at end of file diff --git a/src/main/resources/assets/goodgenerator/textures/items/highDensityUranium.png b/src/main/resources/assets/goodgenerator/textures/items/highDensityUranium.png Binary files differnew file mode 100644 index 0000000000..9e1af717b5 --- /dev/null +++ b/src/main/resources/assets/goodgenerator/textures/items/highDensityUranium.png diff --git a/src/main/resources/assets/goodgenerator/textures/items/highDensityUraniumNugget.png b/src/main/resources/assets/goodgenerator/textures/items/highDensityUraniumNugget.png Binary files differnew file mode 100644 index 0000000000..a82f376549 --- /dev/null +++ b/src/main/resources/assets/goodgenerator/textures/items/highDensityUraniumNugget.png diff --git a/src/main/resources/assets/goodgenerator/textures/items/wrappedUraniumIngot.png b/src/main/resources/assets/goodgenerator/textures/items/wrappedUraniumIngot.png Binary files differnew file mode 100644 index 0000000000..a5f3625aef --- /dev/null +++ b/src/main/resources/assets/goodgenerator/textures/items/wrappedUraniumIngot.png |