diff options
author | miozune <miozune@gmail.com> | 2023-02-14 15:00:45 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-14 07:00:45 +0100 |
commit | 7a41e4ebce3b712011d6e1495b6c368cc1f4bebf (patch) | |
tree | 13c7fc3a277b387d3adb6ed356e60aa08f27233a /src/main/resources/assets/gregtech/lang | |
parent | e83b21de7323c99f82d7e368049a673807379c3e (diff) | |
download | GT5-Unofficial-7a41e4ebce3b712011d6e1495b6c368cc1f4bebf.tar.gz GT5-Unofficial-7a41e4ebce3b712011d6e1495b6c368cc1f4bebf.tar.bz2 GT5-Unofficial-7a41e4ebce3b712011d6e1495b6c368cc1f4bebf.zip |
Add material ID dumper (#1737)
* Add material ID dumper
* spotlessApply (#1738)
Co-authored-by: GitHub GTNH Actions <>
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'src/main/resources/assets/gregtech/lang')
-rw-r--r-- | src/main/resources/assets/gregtech/lang/en_US.lang | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/assets/gregtech/lang/en_US.lang b/src/main/resources/assets/gregtech/lang/en_US.lang index f26224c028..2c467d575d 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -307,6 +307,8 @@ GT5U.interface.coverTabs.east=East nei.options.tools.dump.gt5u=GT5u nei.options.tools.dump.gt5u.metatileentity=MetaTileEntity nei.options.tools.dump.gt5u.metatileentitys=MetaTileEntities +nei.options.tools.dump.gt5u.material=Material +nei.options.tools.dump.gt5u.materials=Materials nei.options.tools.dump.gt5u.warn_env=You're outside of the pack. Some IDs present in the full pack might be missing in this dump. nei.options.tools.dump.gt5u.mode.0=Free nei.options.tools.dump.gt5u.mode.1=Used |