diff options
author | miozune <miozune@gmail.com> | 2022-08-02 18:23:15 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-02 16:23:15 +0700 |
commit | 4eeee867cb1a0d09fdbb77f05a94be65be7751c3 (patch) | |
tree | fab1bb9b283c847b99f17b5a1203ed91bb61543d /src/main/resources | |
parent | 8d107e3f476534032f321a941891f2c567119ac1 (diff) | |
download | GT5-Unofficial-4eeee867cb1a0d09fdbb77f05a94be65be7751c3.tar.gz GT5-Unofficial-4eeee867cb1a0d09fdbb77f05a94be65be7751c3.tar.bz2 GT5-Unofficial-4eeee867cb1a0d09fdbb77f05a94be65be7751c3.zip |
Underground fluid NEI (#20)
* Underground fluid NEI
* updateBuildScript
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/gtneioreplugin/lang/en_US.lang | 6 | ||||
-rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/Ra_left.png | bin | 0 -> 446 bytes | |||
-rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/Ra_right.png | bin | 0 -> 426 bytes | |||
-rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/Ra_top.png | bin | 0 -> 521 bytes | |||
-rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/Rb_left.png | bin | 0 -> 492 bytes | |||
-rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/Rb_right.png | bin | 0 -> 511 bytes | |||
-rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/Rb_top.png | bin | 0 -> 496 bytes |
7 files changed, 6 insertions, 0 deletions
diff --git a/src/main/resources/assets/gtneioreplugin/lang/en_US.lang b/src/main/resources/assets/gtneioreplugin/lang/en_US.lang index dd65efe1ff..e55dedc668 100644 --- a/src/main/resources/assets/gtneioreplugin/lang/en_US.lang +++ b/src/main/resources/assets/gtneioreplugin/lang/en_US.lang @@ -2,6 +2,7 @@ gtnop.gui.veinStat.name=Vein Stats gtnop.gui.asteroidStat.name=Asteroid Stats gtnop.gui.smallOreStat.name=Small Ore Stats +gtnop.gui.undergroundFluid.name=Underground Fluid Stats gtnop.gui.ieVeinStat.name=IE Vein Stats gtnop.gui.bedrockOreStat.name=Bedrock Ore Stats @@ -14,6 +15,9 @@ gtnop.gui.nei.genHeight=Height gtnop.gui.nei.weightedChance=Weight gtnop.gui.nei.worldNames=Generated world gtnop.gui.nei.restrictBiome=Restricted biome +gtnop.gui.nei.dimension=Dimension +gtnop.gui.nei.chance=Chance +gtnop.gui.nei.fluidAmount=Amount gtnop.gui.nei.asteroidPrimary=Main-Gen1 gtnop.gui.nei.asteroidSecondary=Main-Gen2 @@ -50,11 +54,13 @@ gtnop.world.Ceres=Ceres gtnop.world.Europa=Europa gtnop.world.Ganymede=Ganymede gtnop.world.Callisto=Callisto +gtnop.world.Ross128b=Ross128b gtnop.world.Io=Io gtnop.world.Venus=Venus gtnop.world.Mercury=Mercury gtnop.world.Enceladus=Enceladus gtnop.world.Titan=Titan +gtnop.world.Ross128ba=Ross128ba gtnop.world.Miranda=Miranda gtnop.world.Oberon=Oberon gtnop.world.Proteus=Proteus diff --git a/src/main/resources/assets/gtneioreplugin/textures/blocks/Ra_left.png b/src/main/resources/assets/gtneioreplugin/textures/blocks/Ra_left.png Binary files differnew file mode 100644 index 0000000000..bd7a426d98 --- /dev/null +++ b/src/main/resources/assets/gtneioreplugin/textures/blocks/Ra_left.png diff --git a/src/main/resources/assets/gtneioreplugin/textures/blocks/Ra_right.png b/src/main/resources/assets/gtneioreplugin/textures/blocks/Ra_right.png Binary files differnew file mode 100644 index 0000000000..5f5322c16f --- /dev/null +++ b/src/main/resources/assets/gtneioreplugin/textures/blocks/Ra_right.png diff --git a/src/main/resources/assets/gtneioreplugin/textures/blocks/Ra_top.png b/src/main/resources/assets/gtneioreplugin/textures/blocks/Ra_top.png Binary files differnew file mode 100644 index 0000000000..2f40ded50c --- /dev/null +++ b/src/main/resources/assets/gtneioreplugin/textures/blocks/Ra_top.png diff --git a/src/main/resources/assets/gtneioreplugin/textures/blocks/Rb_left.png b/src/main/resources/assets/gtneioreplugin/textures/blocks/Rb_left.png Binary files differnew file mode 100644 index 0000000000..de3fd5d20c --- /dev/null +++ b/src/main/resources/assets/gtneioreplugin/textures/blocks/Rb_left.png diff --git a/src/main/resources/assets/gtneioreplugin/textures/blocks/Rb_right.png b/src/main/resources/assets/gtneioreplugin/textures/blocks/Rb_right.png Binary files differnew file mode 100644 index 0000000000..824764eca6 --- /dev/null +++ b/src/main/resources/assets/gtneioreplugin/textures/blocks/Rb_right.png diff --git a/src/main/resources/assets/gtneioreplugin/textures/blocks/Rb_top.png b/src/main/resources/assets/gtneioreplugin/textures/blocks/Rb_top.png Binary files differnew file mode 100644 index 0000000000..8c46a5ec54 --- /dev/null +++ b/src/main/resources/assets/gtneioreplugin/textures/blocks/Rb_top.png |