salvestrom Posted May 25, 2019 Posted May 25, 2019 In 1.13 item record requires an integer be passed to its constructor, used as a comparative value. For checking what's already in the jukebox as far as I can tell. How should I handle this? Quote
superminerJG Posted May 25, 2019 Posted May 25, 2019 I would suggest using something in the range 13-15, considering there are the 12 records already using 1-12. Quote
V0idWa1k3r Posted May 25, 2019 Posted May 25, 2019 On 5/25/2019 at 7:12 PM, salvestrom said: For checking what's already in the jukebox as far as I can tell. Expand If you look at the usages of ItemRecord#getComparatorValue you can see that it is used for the comparator redstone output strength, not for comparing against the record in the jukebox. You can put whatever you'd like in it, not that you can have more than 16 redstone strength variants anyway, and I doubt players who use modded need your disk to output a uniqie strength anyway. 1 Quote
salvestrom Posted May 25, 2019 Author Posted May 25, 2019 On 5/25/2019 at 8:51 PM, V0idWa1k3r said: You can put whatever you'd like in it, not that you can have more than 16 redstone strength variants anyway, and I doubt players who use modded need your disk to output a uniqie strength anyway. Expand Yeah it doesn't seem like I'll be screwing anything up by passing through a zero. Thanks. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.