https://github.com/ivorforce/ivtoolkit
Personal toolkit for Minecraft modding
https://github.com/ivorforce/ivtoolkit
Last synced: over 1 year ago
JSON representation
Personal toolkit for Minecraft modding
- Host: GitHub
- URL: https://github.com/ivorforce/ivtoolkit
- Owner: Ivorforce
- License: mit
- Created: 2014-09-24T17:36:57.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-08-10T15:08:44.000Z (almost 2 years ago)
- Last Synced: 2024-08-10T16:25:59.479Z (almost 2 years ago)
- Language: Java
- Size: 874 KB
- Stars: 12
- Watchers: 5
- Forks: 13
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
IvToolkit
============
[](https://cloud.drone.io/Ivorforce/IvToolkit)


[Download](https://mods.curse.com/mc-mods/minecraft/224535-ivtoolkit) | [Forum](http://www.minecraftforum.net/topic/563257-172-ivorius-mods-drugs-statues-flags-boxes-of-doom-hamsters/)
About
============
Personal toolkit for Minecraft modding.
Feel free to use both the source (as per license) and the mod itself.
Contributing
============
Quick guide:
Requires: [Gradle](https://gradle.org), [Java 8 JDK](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
* gradle setupDecompWorkspace
* Depending on your IDE:
* IntelliJ idea: Import gradle project, then: gradle genIntellijRuns
* Eclipse: gradle eclipse
* And you're done!
This mod is written with [Minecraft Forge](http://www.minecraftforge.net/). Visit [its repo](https://github.com/MinecraftForge/MinecraftForge) for detailed setup instructions.