-
Notifications
You must be signed in to change notification settings - Fork 280
Fixes Guardian/ElderGuardian API #968 #970
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
Conversation
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.
Excellent work! Just one little change before merging.
@Override | ||
public void save(GlowElderGuardian entity, CompoundTag compound) { | ||
super.save(entity, compound); | ||
compound.putBool("Elder", true); |
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.
The Elder
tag has been removed from both guardian
and elder_guardian
stores, so it is no longer necessary to save it.
Hey @j1o1h1n, apologies for the delay. Could you merge this repo's |
Thanks for your contribution! |
This picks up from #046673f by @Pr0methean to fix #968
setElder
is all inGlowGuardian
, and works for both classesElderGuardianStore
, using the single GuardianStore for both didn't work out wellStore.load