From faef14f1e2e97b96b93c60476e5f49fa31dfa153 Mon Sep 17 00:00:00 2001 From: GlodBlock <1356392126@qq.com> Date: Mon, 19 Apr 2021 00:00:11 +0800 Subject: add texture --- .../resources/assets/goodgenerator/lang/en_US.lang | 28 +++++---------------- .../textures/items/highDensityUranium.png | Bin 0 -> 2445 bytes .../textures/items/highDensityUraniumNugget.png | Bin 0 -> 2412 bytes .../textures/items/wrappedUraniumIngot.png | Bin 0 -> 2479 bytes 4 files changed, 6 insertions(+), 22 deletions(-) create mode 100644 src/main/resources/assets/goodgenerator/textures/items/highDensityUranium.png create mode 100644 src/main/resources/assets/goodgenerator/textures/items/highDensityUraniumNugget.png create mode 100644 src/main/resources/assets/goodgenerator/textures/items/wrappedUraniumIngot.png (limited to 'src/main') 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 new file mode 100644 index 0000000000..9e1af717b5 Binary files /dev/null and b/src/main/resources/assets/goodgenerator/textures/items/highDensityUranium.png differ diff --git a/src/main/resources/assets/goodgenerator/textures/items/highDensityUraniumNugget.png b/src/main/resources/assets/goodgenerator/textures/items/highDensityUraniumNugget.png new file mode 100644 index 0000000000..a82f376549 Binary files /dev/null and b/src/main/resources/assets/goodgenerator/textures/items/highDensityUraniumNugget.png differ diff --git a/src/main/resources/assets/goodgenerator/textures/items/wrappedUraniumIngot.png b/src/main/resources/assets/goodgenerator/textures/items/wrappedUraniumIngot.png new file mode 100644 index 0000000000..a5f3625aef Binary files /dev/null and b/src/main/resources/assets/goodgenerator/textures/items/wrappedUraniumIngot.png differ -- cgit