A Minecraft Forge modification implementing magic staffs like an electric, fire, life and toxic staff. This modification is created as adaption to the staffs from the Better Dungeons mod which is no longer maintained for versions beyond Minecraft 1.7.x.
Documentation can be found on the official CurseForge page.
You can download the latest stable pre release versions from Releases.
The releases consists of the following packages:
MagicStaffs-<MCVersion>-<ModVersion>.jar
- The actual mod packageMagicStaffs-<MCVersion>-<ModVersion>-deobf.jar
- The deobfuscated mod packageMagicStaffs-<MCVersion>-<ModVersion>-javadoc.jar
- The generated Java documentation files packageMagicStaffs-<MCVersion>-<ModVersion>-sources.jar
- The source code packageFor compiling you need to have Java JDK 8 installed.
Clone the Repository:
$ git clone https://github.com/zekroTJA/MagicStaffs.git .
Decompile Minecraft sources:
$ ./gradlew setupDecompWorkspace
$ ./gradlew build
Then, the packages are located in the ./build/libs
location.
Code is written by zekro.
Sounds and textures by luxtracon (@luxtracon).
© 2021 zekro Development (Ringo Hoffmann)
Covered by MIT Licence.