-
Notifications
You must be signed in to change notification settings - Fork 554
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
Allow items to be unlocked in recipe menu #3628
base: master
Are you sure you want to change the base?
Conversation
Co-authored-by: svr333 <[email protected]>
…ecipe-menu Unlock researches in recipe view
Your Pull Request was automatically labelled as: "🎈 Feature" |
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.
Code still looks good to me
Alright, finished the cleanup of this. This is now ready for review! @svr333 |
Kudos, SonarCloud Quality Gate passed! |
src/main/java/io/github/thebusybiscuit/slimefun4/api/researches/Research.java
Show resolved
Hide resolved
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.
LGTM just wondering about a package private class
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/guide/UnlockableItemStack.java
Outdated
Show resolved
Hide resolved
...main/java/io/github/thebusybiscuit/slimefun4/implementation/guide/SurvivalSlimefunGuide.java
Outdated
Show resolved
Hide resolved
…n/guide/SurvivalSlimefunGuide.java
...main/java/io/github/thebusybiscuit/slimefun4/implementation/guide/SurvivalSlimefunGuide.java
Outdated
Show resolved
Hide resolved
…n/guide/SurvivalSlimefunGuide.java Co-authored-by: J3fftw <[email protected]>
...main/java/io/github/thebusybiscuit/slimefun4/implementation/guide/SurvivalSlimefunGuide.java
Outdated
Show resolved
Hide resolved
…n/guide/SurvivalSlimefunGuide.java
Slimefun preview buildA Slimefun preview build is available for testing! https://preview-builds.walshy.dev/download/Slimefun/3628/d7ddf859
|
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/guide/UnlockableItemStack.java
Outdated
Show resolved
Hide resolved
…n/guide/UnlockableItemStack.java Co-authored-by: JustAHuman-xD <[email protected]>
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.
LGTM
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
Description
Continuiation of #3296, drawn into this repo to clean up some stuff and refactor things.
All credit goes to @RobotHanzo