-
Notifications
You must be signed in to change notification settings - Fork 549
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
fix AContainer can't find recipes with similar items #4177
base: master
Are you sure you want to change the base?
fix AContainer can't find recipes with similar items #4177
Conversation
Your Pull Request was automatically labelled as: "✨ Fix" |
Can you update the PR to be inline with the code style guidelines |
i wonder whats wrong with my codestyle |
Don't use wildcard(*) imports. |
Variables need to be camel_Case |
Slimefun preview buildA Slimefun preview build is available for testing! https://preview-builds.walshy.dev/download/Slimefun/4177/505b4442
|
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.
Please stay consistend.
On some places you spam 1 liners.
on some places you do braces around the if statement.
src/main/java/io/github/thebusybiscuit/slimefun4/utils/ItemUtils.java
Outdated
Show resolved
Hide resolved
src/main/java/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/AContainer.java
Outdated
Show resolved
Hide resolved
src/main/java/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/AContainer.java
Outdated
Show resolved
Hide resolved
src/main/java/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/AContainer.java
Show resolved
Hide resolved
src/main/java/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/AContainer.java
Outdated
Show resolved
Hide resolved
src/main/java/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/AContainer.java
Outdated
Show resolved
Hide resolved
src/main/java/io/github/thebusybiscuit/slimefun4/utils/ItemUtils.java
Outdated
Show resolved
Hide resolved
src/main/java/io/github/thebusybiscuit/slimefun4/utils/ItemUtils.java
Outdated
Show resolved
Hide resolved
Thanks for the first PR we really appreciate it. |
Co-authored-by: J3fftw <[email protected]>
Co-authored-by: J3fftw <[email protected]>
Co-authored-by: J3fftw <[email protected]>
Co-authored-by: J3fftw <[email protected]>
Co-authored-by: J3fftw <[email protected]>
Co-authored-by: J3fftw <[email protected]>
Don't we have an item utils already or something like it? |
It seems not |
bump |
Description
#4166
Proposed changes
Related Issues (if applicable)
#4166
Checklist
Nonnull
andNullable
annotations to my methods to indicate their behaviour for null values