diff options
author | miozune <miozune@gmail.com> | 2022-07-16 06:57:41 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-15 22:57:41 +0100 |
commit | 68bddf6abb4587ce5934c50271cd9e751b43555a (patch) | |
tree | 3a0917265a574285b38120c310cc58f449f20628 /src/main/resources/assets/gregtech | |
parent | dbd0e98223f34787e557b7d4357d3480955db4d9 (diff) | |
download | GT5-Unofficial-68bddf6abb4587ce5934c50271cd9e751b43555a.tar.gz GT5-Unofficial-68bddf6abb4587ce5934c50271cd9e751b43555a.tar.bz2 GT5-Unofficial-68bddf6abb4587ce5934c50271cd9e751b43555a.zip |
Add recipe owner display (#1135)
Diffstat (limited to 'src/main/resources/assets/gregtech')
-rw-r--r-- | src/main/resources/assets/gregtech/lang/en_US.lang | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/main/resources/assets/gregtech/lang/en_US.lang b/src/main/resources/assets/gregtech/lang/en_US.lang index 00f43407c3..ad5752ea1a 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -204,7 +204,11 @@ GT5U.config.render.RenderFlippedMachinesFlipped=Render flipped machines with fli GT5U.config.render.RenderIndicatorsOnHatch=Render indicator on hatch GT5U.config.render.RenderPollutionFog=Render pollution fog GT5U.config.render.TileAmbientOcclusion=Enable Ambient Occlusion -GT5U.config.feature.NEI_recipe_second_mode=Show NEI recipes using seconds (as opposed to ticks). +GT5U.config.nei=NEI +GT5U.config.nei.RecipeSecondMode=Show recipes using seconds (as opposed to ticks) +GT5U.config.nei.RecipeOwner=Show which mod added the recipe +GT5U.config.nei.RecipeOwnerStackTrace=[debug] Show stack traces of recipe addition +GT5U.config.nei.RecipeOwnerStackTrace.tooltip=[requires reboot] // Cover tabs GT5U.interface.coverTabs.down=Bottom |