Skip to content
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

Atoms: getOrCreateNbt() #743

Merged
merged 1 commit into from
Jun 1, 2023
Merged

Atoms: getOrCreateNbt() #743

merged 1 commit into from
Jun 1, 2023

Conversation

IneMEGAmaxi
Copy link
Collaborator

replaced getOrCreateNbt() where it is used as a getter
fixes #676

@IneMEGAmaxi IneMEGAmaxi requested a review from JoeyDP May 30, 2023 17:47
@@ -110,7 +110,11 @@ protected void setState(ItemStack stack, boolean state){
* @return boolean: true/false
*/
protected boolean getState(ItemStack stack){
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

@JoeyDP JoeyDP added this to the beta β milestone May 31, 2023
@JoeyDP JoeyDP merged commit c66501f into main Jun 1, 2023
@JoeyDP JoeyDP deleted the atoms_fixes branch June 1, 2023 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Atoms: Do not use getOrCreateNbt in predicate.
2 participants