diff options
author | BlueWeabo <ilia.iliev@tuta.com> | 2024-08-26 19:40:39 +0300 |
---|---|---|
committer | BlueWeabo <ilia.iliev@tuta.com> | 2024-08-26 19:40:39 +0300 |
commit | 6aab5b34e433be5d13297a001219562856463a6b (patch) | |
tree | cc3ae7bfa7a928652f309f45fcac19acbc43f160 /gtneioreplugin/README.MD | |
parent | 8c406453e956a4630239ccb7088fe1706b61bb7d (diff) | |
parent | 2ccf8c43d8d25b10239f5bcc48e5be9ac4a0ab65 (diff) | |
download | GT5-Unofficial-6aab5b34e433be5d13297a001219562856463a6b.tar.gz GT5-Unofficial-6aab5b34e433be5d13297a001219562856463a6b.tar.bz2 GT5-Unofficial-6aab5b34e433be5d13297a001219562856463a6b.zip |
Merge in GTNEIOrePlugin with history
git-subtree-dir: gtneioreplugin
git-subtree-mainline: 8c406453e956a4630239ccb7088fe1706b61bb7d
git-subtree-split: 2ccf8c43d8d25b10239f5bcc48e5be9ac4a0ab65
Diffstat (limited to 'gtneioreplugin/README.MD')
-rw-r--r-- | gtneioreplugin/README.MD | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/gtneioreplugin/README.MD b/gtneioreplugin/README.MD new file mode 100644 index 0000000000..34b77ce188 --- /dev/null +++ b/gtneioreplugin/README.MD @@ -0,0 +1,23 @@ +# GT NEI Ore Plugin +This minecraft forge mod is an addon for GregTech5 and NEI and is a client-side mod. + +It adds several NEI plugins for GT5 which shows the detailed information of GregTech's ore generation. +These plugins are: +* Plugin for vein generation (GT5) +* Plugin for small ore generation (GT5) (Not yet.) + + +### Download +You can find the download link [here](https://github.com/GTNewHorizons/GTNEIOrePlugin/releases). + +### Build +If you want a bleeding-edge version of this mod, you can simply download or clone this repository, establish a folder named "libs" and put the dev builds: +CodeChickenCore-1.7.10-1.0.7.47-dev.jar +CodeChickenLib-1.7.10-1.1.3.140-dev.jar +gregtech-5.09.32.19-dev.jar (or higher, GT5U) +NotEnoughItems-1.7.10-1.0.5.120-dev.jar +in the folder. +Then you can build this mod in the same way as building other mods. i.e. run "gradlew build" command in the CMD window. Then the build can be found in "./build/libs/" folder. + +### License +You can feel free to use the mod in your modpacks. If you add my name in your credit list, I'll be super happy with that. |