PrismarineJS / minecraft-data

Language independent module providing minecraft data for minecraft clients, servers and libraries.
https://prismarinejs.github.io/minecraft-data
628 stars 217 forks source link

Add bedrock non-protocol data for versions >1.19.1 #702

Open Pupkin1338 opened 1 year ago

Pupkin1338 commented 1 year ago

maybe I don’t understand something, but what id are we talking about in bedrock data (https://prismarinejs.github.io/minecraft-data/?v=bedrock_1.19.63)? The IDs of items and blocks from vanilla nbt, nukkit/pocketmine sources and the command to issue items are the same and have nothing to do with what is written in the bedrock data

Container image

Vanilla NBT with IDs image

MCData IDs image image image image image image image

extremeheat commented 1 year ago

Yes, minecraft-data only have protocol data for versions beyond bedrock 1.19.1. Almost all the other bedrock data is pointing to older data, so they may be out of date. As we update other prismarine- projects to support bedrock, we may add additional data corresponding to newer versions over time.

Pupkin1338 commented 1 year ago

OK, thank you I compiled my list of IDs using cores source corresponding to vanilla nbt, checked about 30 random items out of 448 - they all match. I attached it below, maybe it will be useful for you bedrockIDs.zip