Replies: 1 comment
-
Resolved in 1.21.5 with the new generator |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem?
I can set
has_record
to true directly through debugstick, but not throughorg.bukkit.block.data.type.Jukebox
. Obviously We need a method to set this value directly.
Describe the solution you'd like.
Add
setHasRecord(boolean)
Describe alternatives you've considered.
Use
Server.createBlockData(java.lang.String)
to create a Jukebox with a specifichas_record
valueOther
No response
Beta Was this translation helpful? Give feedback.
All reactions