-
Notifications
You must be signed in to change notification settings - Fork 56
Fix Completely non functional armor #518
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 1.21
Are you sure you want to change the base?
Conversation
- Make Armor look up its slot on creation - Make Knockback resistance no longer hardcoded to main hand - Make Different Pieces or Armor give their respective armor Values instead of an average This does NOT fix Crstalite Armor that was already crafted due to how infusion works. Affected Pieces of equipment: - Terminite Armor - Thallasium Armor - Crystal Armor - Crystal Elytra
|
the changes to attribute IDs is because even when using |
|
This also seems to not just affect 1.21, but alot of versions like 1.20.3 too. |
|
so we have to change the code ourselves inorder to make it works? |
|
Hello, with a friend of me, we have try to apply all the change you put in #518 , We have two questions : Ty by advance for your response ! |
|
Hello, never used GitHub before, nor have i messed with mods, but could i ask for a dumbed down explanation as to how to apply changes to the code, and replace the prior one? Thank you ahead of time! |
|
Sorry for the late response, this should have been long merged... You need to download these two and unpack them (Both in the same directory): Edit the build.gradle in both of them, and remove this line: In After that, run this in the BCLib Folder: After that, run this in the BetterEnd Folder After you ran both Commands in both directories, you should get a ErrorsIf you get a java version error while doing these steps (e.g. Of course, with the right path instead of mine. Other Errors?Sorry, but i do not really have the time to look into those. You might find some look by just copying the error into google and finding it, but that's about it. |
|
Hey, I just wanted to say a huge thank you for your work on this |
|
Thank you so much guys. Patching the jsons and recreating the jars worked for me, but I ended up giving up anyway. So many armors, tools and entities are fucked. Fixing them manually on a multiplayer server means hours of work, testing and downtime. It's just not worth the hustle. |
This does NOT fix Crstalite Armor that was already crafted due to how infusion works.
Affected Pieces of equipment:
closes #514