Infinite Music Discs

Infinite Music Discs

66 Downloads

Support for 1.20.5 and up - replace item NBT with components

ExplosiveGeek77 opened this issue ยท 6 comments

commented

title says it all.

commented

I managed to debug my way through enough to make the pack run on 1.20.5/6 with the new component system here on my fork. Not being familiar with the pack internals it took me a bit of execute as @s run say hi debugging to find where the pack breaks, but I did eventually get there :)

@bradytheinventor Would you accept my changes if I open a PR, or do you have something diffeent in mind?

commented
commented

@500-internal-server-error Thanks for taking the time to make those changes! However I have already made similar changes on my local copy of the v1.6.3 branch, so there's no need for a pull request. I'm fighting with the creeper loot table generation right now, but I hope to have 1.20.5 support out soon.

Native data-driven music discs is very cool. 1.21 also lets you use components in crafting recipes so it's possible to add crafting recipes for custom music discs as well. It's a little disappointing that my datapack won't be necessary after 1.21, but I suppose the app can still be a convenient frontend for people to generate their custom discs.

commented

However I have already made similar changes on my local copy of the v1.6.3 branch, so there's no need for a pull request.

Ah, ok, no worries.

but I suppose the app can still be a convenient frontend for people to generate their custom discs.

Yep, I would still use the app if only for its convenience :) There will probably be websites that do it online, but not sure if they will support the drag and drop feature that your app supports to allow easy mass insertion of custom music.

commented

1.20.5 replaced item NBT with a new "components" system and it may take a while to rewrite the datapack to be compatible with the new format. But support for 1.20.5 and up is planned.

commented

I'm fighting with the creeper loot table generation right now, but I hope to have 1.20.5 support out soon.

@bradytheinventor I've just figured out the creeper loot table myself, if you're still fighting with it :)