aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authormiozune <miozune@gmail.com>2022-08-02 18:23:15 +0900
committerGitHub <noreply@github.com>2022-08-02 16:23:15 +0700
commit4eeee867cb1a0d09fdbb77f05a94be65be7751c3 (patch)
treefab1bb9b283c847b99f17b5a1203ed91bb61543d /src/main/resources
parent8d107e3f476534032f321a941891f2c567119ac1 (diff)
downloadGT5-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.lang6
-rw-r--r--src/main/resources/assets/gtneioreplugin/textures/blocks/Ra_left.pngbin0 -> 446 bytes
-rw-r--r--src/main/resources/assets/gtneioreplugin/textures/blocks/Ra_right.pngbin0 -> 426 bytes
-rw-r--r--src/main/resources/assets/gtneioreplugin/textures/blocks/Ra_top.pngbin0 -> 521 bytes
-rw-r--r--src/main/resources/assets/gtneioreplugin/textures/blocks/Rb_left.pngbin0 -> 492 bytes
-rw-r--r--src/main/resources/assets/gtneioreplugin/textures/blocks/Rb_right.pngbin0 -> 511 bytes
-rw-r--r--src/main/resources/assets/gtneioreplugin/textures/blocks/Rb_top.pngbin0 -> 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
new file mode 100644
index 0000000000..bd7a426d98
--- /dev/null
+++ b/src/main/resources/assets/gtneioreplugin/textures/blocks/Ra_left.png
Binary files differ
diff --git a/src/main/resources/assets/gtneioreplugin/textures/blocks/Ra_right.png b/src/main/resources/assets/gtneioreplugin/textures/blocks/Ra_right.png
new file mode 100644
index 0000000000..5f5322c16f
--- /dev/null
+++ b/src/main/resources/assets/gtneioreplugin/textures/blocks/Ra_right.png
Binary files differ
diff --git a/src/main/resources/assets/gtneioreplugin/textures/blocks/Ra_top.png b/src/main/resources/assets/gtneioreplugin/textures/blocks/Ra_top.png
new file mode 100644
index 0000000000..2f40ded50c
--- /dev/null
+++ b/src/main/resources/assets/gtneioreplugin/textures/blocks/Ra_top.png
Binary files differ
diff --git a/src/main/resources/assets/gtneioreplugin/textures/blocks/Rb_left.png b/src/main/resources/assets/gtneioreplugin/textures/blocks/Rb_left.png
new file mode 100644
index 0000000000..de3fd5d20c
--- /dev/null
+++ b/src/main/resources/assets/gtneioreplugin/textures/blocks/Rb_left.png
Binary files differ
diff --git a/src/main/resources/assets/gtneioreplugin/textures/blocks/Rb_right.png b/src/main/resources/assets/gtneioreplugin/textures/blocks/Rb_right.png
new file mode 100644
index 0000000000..824764eca6
--- /dev/null
+++ b/src/main/resources/assets/gtneioreplugin/textures/blocks/Rb_right.png
Binary files differ
diff --git a/src/main/resources/assets/gtneioreplugin/textures/blocks/Rb_top.png b/src/main/resources/assets/gtneioreplugin/textures/blocks/Rb_top.png
new file mode 100644
index 0000000000..8c46a5ec54
--- /dev/null
+++ b/src/main/resources/assets/gtneioreplugin/textures/blocks/Rb_top.png
Binary files differ