We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using a FoxNap instrument, the instrument position doesn't actually change (like it does when using a goat horn or using a spyglass).
(seems to be fine in 1.20)
Cosmetic
Fix
It appears that the Item class at some point added a getMaxUseTime method, and the GoatHornItem implementation doesn't work for SecretlyJustAGoatHorn
Item
getMaxUseTime
GoatHornItem
SecretlyJustAGoatHorn
The text was updated successfully, but these errors were encountered:
FIX: Player was no longer visibly "playing" their instrument
4db3159
Resolves #66
No branches or pull requests
When using a FoxNap instrument, the instrument position doesn't actually change (like it does when using a goat horn or using a spyglass).
Versions Affected
(seems to be fine in 1.20)
Severity
Cosmetic
Desired Outcome
Fix
Notes
It appears that the
Item
class at some point added agetMaxUseTime
method, and theGoatHornItem
implementation doesn't work forSecretlyJustAGoatHorn
The text was updated successfully, but these errors were encountered: