-
Notifications
You must be signed in to change notification settings - Fork 9
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
1.21 dev #40
1.21 dev #40
Conversation
Upgraded gradle, loom, and dependencies. Upgraded Fabric and Minecraft Version. Fixed API changes from both Minecraft And Fabric. Fixed an issue where resource packs would not properly load into a folder in game. Partially fixed meta files not reloading, they reload and update when not on main resource pack screen,
Fixed for original parity
.gitignore
Outdated
@@ -25,3 +25,4 @@ bin/ | |||
run/ | |||
|
|||
*.ase | |||
/radle-version/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this line for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can remove it I was excluding a folder I renamed while upgrading gradle.
Got rid of unused Marker import
Fixed override setup for available and selected back folders. The button and search field are not wanting to obey resizing conventions, this also includes the remade more packs and done buttons. It looks like Mojang has different layout methods that handle these now. The layout can have items added to it though. I disabled these items for know to get the mod in a presentable state with the folder based back structure working.
|
took out random folder.
Removed recommendation
code condensing
Alright, I think this should be good for now then. Anything you still want to finish up or that I should know before merging? |
I dont't believe so but if anything is wrong it can always be fixed. 👍 |
Updated the mod to 1.21.
Library Changes:
Code Changes:
Issues: