diff options
| author | bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | 2018-05-03 20:25:04 +0200 |
|---|---|---|
| committer | bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | 2018-05-03 20:25:04 +0200 |
| commit | e2c8a04abd39d3d3be2256156adb16938a26dea8 (patch) | |
| tree | a4544cd246f71bf5f602be298eb4f740824cc609 /src/main/resources | |
| parent | 83f6f8f542265968e47709353495bfef91c04d94 (diff) | |
| download | GT5-Unofficial-e2c8a04abd39d3d3be2256156adb16938a26dea8.tar.gz GT5-Unofficial-e2c8a04abd39d3d3be2256156adb16938a26dea8.tar.bz2 GT5-Unofficial-e2c8a04abd39d3d3be2256156adb16938a26dea8.zip | |
Crashfix 2.0
+moved all CSV-related stuff into own Class.
Wiki Article on how to make a spreadsheet:
https://gtnh.miraheze.org/wiki/GT-NEI-Ore-Plugin_Spreadsheet_Export_Tutorial
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/mcmod.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info index d553921d26..67282f3b03 100644 --- a/src/main/resources/mcmod.info +++ b/src/main/resources/mcmod.info @@ -3,7 +3,7 @@ "modid": "gtneioreplugin", "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", + "version": "v1.0.6c-GTNH", "mcversion": "1.7.10", "url": "", "updateUrl": "", |
