Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/x4e/luchadora
A Minecraft player utility modification for forge 1.12.2
https://github.com/x4e/luchadora
Last synced: about 1 month ago
JSON representation
A Minecraft player utility modification for forge 1.12.2
- Host: GitHub
- URL: https://github.com/x4e/luchadora
- Owner: x4e
- License: agpl-3.0
- Created: 2019-12-23T21:43:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T20:48:05.000Z (about 2 years ago)
- Last Synced: 2023-03-11T06:25:19.258Z (almost 2 years ago)
- Language: Kotlin
- Homepage:
- Size: 327 KB
- Stars: 33
- Watchers: 5
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.MD
Awesome Lists containing this project
README
# Luchadora
**unmaintained**, if you need a better alternative check out [Raion](https://raionclient.com/)
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.
## Cool Features
- Automatic Module detection through reflection
- Automatic Value detection through reflection
- Kotlin## TODO
1. Fix building release artifacts
2. 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
3. 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
## Contributing
I'm welcome to accept PRs. Please be civil and polite in the PR.## Building
```
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
```