From 499411aa21ac4a742b6d51ef3ce9c4046d0a22c1 Mon Sep 17 00:00:00 2001 From: Alkalus <3060479+draknyte1@users.noreply.github.com> Date: Fri, 25 Jan 2019 04:34:06 +0000 Subject: + Added recipes to obtain Astral Titanium, Celestial Tungsten Advanced Nitinol and Chromatic Glass. + Added Particle Physics, so some basic extent. + Added new textures for some Meta items. + Added new textures for all particles and ions. + Added Custom Debug NBT to error ingots, in the event one is obtained by a player. + Added more information to the tooltip of Control Cores. + Added more uniform ways to obtain tiered item components to CI. - Hard disable of GC Fuel tweaks for the moment. % Hopefully greatly improved the cape handler. Cape list is now stored on Overmind's site, meaning it can be updated outside of the mod. % Cape Handler now will store the cape data locally in a .dat for offline use, this can be updated anytime by removing it, or once a week if outdated) % Tweaked Cyclotron Recipe map to support new changes to functionality. % Tweaked RTG fuel pellet production time in Cyclotron to be 100x. % Adjusted requirements for Quicklime to generate (It may vanish after this commit, May be worth rolling back if an issue.). % Adjusted code to use checkForInvalidItems instead of direct item comparisons in several places. % Renamed Buffer Cores to Energy Cores. % Adjusted recipes for Energy Cores and Energy Buffers, they now require 6 slot assembly. $ Fixed Multiblock handling during structure checks, they'd accidentally detect the controller as an invalid block. --- src/resources/assets/miscutils/lang/en_US.lang | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'src/resources/assets/miscutils/lang/en_US.lang') diff --git a/src/resources/assets/miscutils/lang/en_US.lang b/src/resources/assets/miscutils/lang/en_US.lang index 2dc5fd574e..3276185a7b 100644 --- a/src/resources/assets/miscutils/lang/en_US.lang +++ b/src/resources/assets/miscutils/lang/en_US.lang @@ -40,7 +40,7 @@ entity.sickBlaze.name=Infected Zealot tile.blockToolBuilder.name=GregTech Tool Constructor //Tools -item.itemBufferCore.name=Buffer Core +item.itemBufferCore.name=Energy Core item.itemStaballoyPickaxe.name=Tunnel Digger item.itemStaballoyAxe.name=Tree Feller item.itemSandstoneHammer.name=Cobblestone Breaker @@ -1732,16 +1732,16 @@ item.SlowBuildingRing.name=§eSlow Building Ring§7 item.itemStaballoyPickaxe.name=Tunnel Digger item.itemStaballoyAxe.name=Tree Feller item.itemSandstoneHammer.name=Cobblestone Breaker -item.itemBufferCore1.name=Buffer Core [ULV]. -item.itemBufferCore2.name=Buffer Core [LV]. -item.itemBufferCore3.name=Buffer Core [MV]. -item.itemBufferCore4.name=Buffer Core [HV]. -item.itemBufferCore5.name=Buffer Core [EV]. -item.itemBufferCore6.name=Buffer Core [IV]. -item.itemBufferCore7.name=Buffer Core [LuV]. -item.itemBufferCore8.name=Buffer Core [ZPM]. -item.itemBufferCore9.name=Buffer Core [UV]. -item.itemBufferCore10.name=Buffer Core [MAX]. +item.itemBufferCore1.name=Energy Core [ULV]. +item.itemBufferCore2.name=Energy Core [LV]. +item.itemBufferCore3.name=Energy Core [MV]. +item.itemBufferCore4.name=Energy Core [HV]. +item.itemBufferCore5.name=Energy Core [EV]. +item.itemBufferCore6.name=Energy Core [IV]. +item.itemBufferCore7.name=Energy Core [LuV]. +item.itemBufferCore8.name=Energy Core [ZPM]. +item.itemBufferCore9.name=Energy Core [UV]. +item.itemBufferCore10.name=Energy Core [MAX]. item.itemPLACEHOLDER_Circuit.name=Quark Manipulator (UV) item.itembookgt.name=§oThermal Boiler Manual @@ -2699,6 +2699,7 @@ item.particle.base.Lambda.name=Lambda item.particle.base.Omega.name=Omega item.particle.base.Pion.name=Pion item.particle.base.ETA Meson.name=ETA Meson +item.particle.base.Unknown.name=Unknown Particle //Added 12/1/19 -- cgit