unmaintained, if you need a better alternative check out Raion
A Minecraft player utility modification for forge 1.12.2.
I wrote this in java, then converted it to kotlin. The conversion process was the extent of my kotlin "learning" so please excuse the kotlin which probably isnt the best.
Please check LICENSE.MD.
- Automatic Module detection through reflection
- Automatic Value detection through reflection
- Kotlin
- Fix building release artifacts
- Implement brigadier command system based on what I made for https://github.com/2b2t-cc/Invicta/tree/master/src/main/java/com/invicta/api/command
- Change the colour picker to use a shader instead of a texture, will allow us to give sliders for saturation etc.
If you would like to help with any of these I would appreciate it
I'm welcome to accept PRs. Please be civil and polite in the PR.
git clone https://github.com/cookiedragon234/Luchadora.git
.\gradlew setupDecompWorkspace
.\gradlew build
# Make any necessary changes to the code
# Test the changes
.\gradlew runClient
git add src/
git commit -m "Changed stuff"
git push -u origin master