From a991b664f9e70711b5895879a721fb015a48d306 Mon Sep 17 00:00:00 2001 From: GlodBlock <1356392126@qq.com> Date: Sat, 18 Sep 2021 23:06:44 +0800 Subject: add Yotta Fluid Tank --- src/main/resources/assets/goodgenerator/lang/en_US.lang | 12 ++++++++++++ .../textures/blocks/yottaFluidTankCasing_SIDE.png | Bin 0 -> 2141 bytes .../textures/blocks/yottaFluidTankCasing_TOP.png | Bin 0 -> 1920 bytes .../textures/blocks/yottaFluidTankCell/1.png | Bin 0 -> 1715 bytes .../textures/blocks/yottaFluidTankCell/10.png | Bin 0 -> 1708 bytes .../textures/blocks/yottaFluidTankCell/2.png | Bin 0 -> 1706 bytes .../textures/blocks/yottaFluidTankCell/3.png | Bin 0 -> 1708 bytes .../textures/blocks/yottaFluidTankCell/4.png | Bin 0 -> 1707 bytes .../textures/blocks/yottaFluidTankCell/5.png | Bin 0 -> 1708 bytes .../textures/blocks/yottaFluidTankCell/6.png | Bin 0 -> 1708 bytes .../textures/blocks/yottaFluidTankCell/7.png | Bin 0 -> 1708 bytes .../textures/blocks/yottaFluidTankCell/8.png | Bin 0 -> 1706 bytes .../textures/blocks/yottaFluidTankCell/9.png | Bin 0 -> 1708 bytes .../goodgenerator/textures/items/advancedFuelRod.png | Bin 0 -> 1960 bytes 14 files changed, 12 insertions(+) create mode 100644 src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCasing_SIDE.png create mode 100644 src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCasing_TOP.png create mode 100644 src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCell/1.png create mode 100644 src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCell/10.png create mode 100644 src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCell/2.png create mode 100644 src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCell/3.png create mode 100644 src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCell/4.png create mode 100644 src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCell/5.png create mode 100644 src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCell/6.png create mode 100644 src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCell/7.png create mode 100644 src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCell/8.png create mode 100644 src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCell/9.png create mode 100644 src/main/resources/assets/goodgenerator/textures/items/advancedFuelRod.png (limited to 'src/main/resources/assets/goodgenerator') diff --git a/src/main/resources/assets/goodgenerator/lang/en_US.lang b/src/main/resources/assets/goodgenerator/lang/en_US.lang index bc686da3aa..6f137a5ac2 100644 --- a/src/main/resources/assets/goodgenerator/lang/en_US.lang +++ b/src/main/resources/assets/goodgenerator/lang/en_US.lang @@ -16,6 +16,17 @@ essentiaCell.1.name=Adept Essentia Diffusion Cell essentiaCell.2.name=Master Essentia Diffusion Cell essentiaHatch.0.name=Essentia Input Hatch speedingPipe.0.name=Speeding Pipe Casing +yottaFluidTankCasing.0.name=YOTTank Casing +yottaFluidTankCell.0.name=Fluid Cell Block T1 +yottaFluidTankCell.1.name=Fluid Cell Block T2 +yottaFluidTankCell.2.name=Fluid Cell Block T3 +yottaFluidTankCell.3.name=Fluid Cell Block T4 +yottaFluidTankCell.4.name=Fluid Cell Block T5 +yottaFluidTankCell.5.name=Fluid Cell Block T6 +yottaFluidTankCell.6.name=Fluid Cell Block T7 +yottaFluidTankCell.7.name=Fluid Cell Block T8 +yottaFluidTankCell.8.name=Fluid Cell Block T9 +yottaFluidTankCell.9.name=Fluid Cell Block T10 #Items item.radiationProtectionPlate.name=Radiation Proof Plate @@ -67,6 +78,7 @@ EssentiaHatch.tooltip.0=You can right click it with an Essentia Jar to set Essen EssentiaHatch.tooltip.1=Right click it with empty hands to clear the Filter. fuelrod.tooltip.0=Durability: %s/%s depletedfuelrod.tooltip.0=Depleted +YOTTankCell.tooltip.0=Capacity: #Fluids fluid.lightlyCrackedNaquadahGas=Lightly Cracked Naquadah Gas diff --git a/src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCasing_SIDE.png b/src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCasing_SIDE.png new file mode 100644 index 0000000000..c8327cf80f Binary files /dev/null and b/src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCasing_SIDE.png differ diff --git a/src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCasing_TOP.png b/src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCasing_TOP.png new file mode 100644 index 0000000000..05e8e449c8 Binary files /dev/null and b/src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCasing_TOP.png differ diff --git a/src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCell/1.png b/src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCell/1.png new file mode 100644 index 0000000000..26d772245b Binary files /dev/null and b/src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCell/1.png differ diff --git a/src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCell/10.png b/src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCell/10.png new file mode 100644 index 0000000000..a1811157ac Binary files /dev/null and b/src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCell/10.png differ diff --git a/src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCell/2.png b/src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCell/2.png new file mode 100644 index 0000000000..4f046c227d Binary files /dev/null and b/src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCell/2.png differ diff --git a/src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCell/3.png b/src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCell/3.png new file mode 100644 index 0000000000..f464b9002d Binary files /dev/null and b/src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCell/3.png differ diff --git a/src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCell/4.png b/src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCell/4.png new file mode 100644 index 0000000000..be2682c782 Binary files /dev/null and b/src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCell/4.png differ diff --git a/src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCell/5.png b/src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCell/5.png new file mode 100644 index 0000000000..3929c435ca Binary files /dev/null and b/src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCell/5.png differ diff --git a/src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCell/6.png b/src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCell/6.png new file mode 100644 index 0000000000..721375b105 Binary files /dev/null and b/src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCell/6.png differ diff --git a/src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCell/7.png b/src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCell/7.png new file mode 100644 index 0000000000..b8045b839f Binary files /dev/null and b/src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCell/7.png differ diff --git a/src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCell/8.png b/src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCell/8.png new file mode 100644 index 0000000000..defad85d34 Binary files /dev/null and b/src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCell/8.png differ diff --git a/src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCell/9.png b/src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCell/9.png new file mode 100644 index 0000000000..a9fc537f0c Binary files /dev/null and b/src/main/resources/assets/goodgenerator/textures/blocks/yottaFluidTankCell/9.png differ diff --git a/src/main/resources/assets/goodgenerator/textures/items/advancedFuelRod.png b/src/main/resources/assets/goodgenerator/textures/items/advancedFuelRod.png new file mode 100644 index 0000000000..0f2a62d9a1 Binary files /dev/null and b/src/main/resources/assets/goodgenerator/textures/items/advancedFuelRod.png differ -- cgit