Mod Uses Unreleased Version of Polish
TheKodeToad opened this issue ยท 5 comments
Describe the bug
I wanted to contribute to this mod, but the public version of Polish on GitHub cannot be used to compile this mod, as it is missing various methods and classes. I tried to use the version of Polish bundled with the pre-built mod, but it uses the intermediary mappings.
To Reproduce
Steps to reproduce the behaviour:
- Clone https://github.com/DarkKronicle/Polish.git and run
./gradlew build
. - Clone https://github.com/DarkKronicle/KronHUD.git.
- Copy "Polish/build/libs" to "KronHud/libs".
- Run
./gradlew build
in KronHUD.
Expected behaviour
I expected the mod to compile with the public .
Suggested Solutions
3 solutions I thought of:
- Remove "libs" from ".gitignore" and add the libs folder in a commit.
- Commit the unpublished changes to the public Polish repository.
- Change the code to work with the public Polish version.
Looking at the other issues, I expected it to take months to be fixed. Thank you for fixing it so quickly - I wasted hours messing around with mappings.
I haven't been super motivated to work on KronHUD, so I haven't done too much development on it. But quick changes such as Polish are easy :) If you want, you can ask me any questions on KronHUD on discord, or just tell me what you're planning on adding (I'm curious). Glad I could help! https://discord.gg/WnaE3uZxDA
I was planning on fixing a few bugs and adding more customisation such as the ability to enable and disable backgrounds and text shadows, and align potion effects properly.
Just pushed to Polish, let me know if that works. If it doesn't I'll try adding the libs from the repo.