diff options
author | LOKKO12 <33183715+LOKKO12@users.noreply.github.com> | 2018-01-22 18:56:12 +0100 |
---|---|---|
committer | LOKKO12 <33183715+LOKKO12@users.noreply.github.com> | 2018-01-22 18:56:12 +0100 |
commit | 9066c13deea8a77c3e4828b4fcddf7cf0a096a74 (patch) | |
tree | a0f4ac442e59b1056b260d03e0c17b771470fae7 /src/main/resources | |
parent | 2bfa55842458c092acb599fd4876a74386680b0f (diff) | |
download | GT5-Unofficial-9066c13deea8a77c3e4828b4fcddf7cf0a096a74.tar.gz GT5-Unofficial-9066c13deea8a77c3e4828b4fcddf7cf0a096a74.tar.bz2 GT5-Unofficial-9066c13deea8a77c3e4828b4fcddf7cf0a096a74.zip |
- removed GT6 support
- removed IE support
- removed biome specific vein support
- removed ShowAll button due to Memory Issures
- fixed %material
- try to read out config without modifying it
- added Coustom Vein renamer
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/gtneioreplugin/lang/en_US.lang | 5 | ||||
-rw-r--r-- | src/main/resources/mcmod.info | 8 |
2 files changed, 4 insertions, 9 deletions
diff --git a/src/main/resources/assets/gtneioreplugin/lang/en_US.lang b/src/main/resources/assets/gtneioreplugin/lang/en_US.lang index 25cfea1ead..710faef061 100644 --- a/src/main/resources/assets/gtneioreplugin/lang/en_US.lang +++ b/src/main/resources/assets/gtneioreplugin/lang/en_US.lang @@ -58,7 +58,6 @@ gtnop.ore.custom.name=Custom # vein names -# gregtech5.09 gtnop.ore.mix.naquadah=Naquadah gtnop.ore.mix.lignite=Lignite gtnop.ore.mix.coal=Coal @@ -91,11 +90,7 @@ gtnop.ore.mix.galena=Galena gtnop.ore.mix.lapis=Lapis gtnop.ore.mix.beryllium=Beryllium gtnop.ore.mix.oilsand=Oilsand - -# gregtech5.08 gtnop.ore.mix.plutonium=Plutonium - -# gregtech6 gtnop.ore.mix.iodinesalt=Iodinesalt gtnop.ore.mix.rocksalt=Rocksalt gtnop.ore.mix.asbestos=Asbestos diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info index eaf0e4dd16..d553921d26 100644 --- a/src/main/resources/mcmod.info +++ b/src/main/resources/mcmod.info @@ -1,13 +1,13 @@ [ { "modid": "gtneioreplugin", - "name": "GT NEI Ore Plugin", - "description": "A forge mod which adds NEI plugins for GregTech5's ores.", - "version": "v1.0.4", + "name": "GT NEI Ore Plugin GT:NH Mod", + "description": "A forge mod which adds NEI plugins for GregTech5's ores. Modded for GT:NH", + "version": "v1.0.4-GTNH", "mcversion": "1.7.10", "url": "", "updateUrl": "", - "authorList": ["GWYOG"], + "authorList": ["GWYOG","bartimaeusnek"], "credits": "", "logoFile": "", "screenshots": [], |