Blobs of data generated from Minecraft: Bedrock Edition used by PocketMine-MP
This file contains a network-format NBT list of all the blockstate permutations needed by MCPE's StartGamePacket
.
It's provided as-is directly from StartGamePacket
sent by the current vanilla server.
This file contains a mapping of all block stringy IDs to legacy numeric IDs (which are still used internally, and still needed by third party developers for conversion and for items).
Where a block's legacy ID is > 255, its item ID is 255 - legacyBlockId
. This means prismarine stairs = -2 and so on.
This file contains a list of mappings from legacy pre-1.13 blockstates to states of the current version.
This data is obtained by plugging the legacy states into BlockPalette
in the vanilla BDS using pmmp/mapping
, and writing the resulting NBT state obtained.
The following structure is repeated until EOF. There is no length prefix, so you have to read to EOF to read all the mappings.
type | description |
---|---|
unsigned varint32 | r12 block string ID length |
byte[] | r12 block string ID |
little-endian int16 | r12 block metadata |
TAG_Compound (varint format) | current version NBT blockstate corresponding to the given r12 block |
An example of how to read this file using the PocketMine-MP core library can be seen on the stable branch or on the master branch.
This file contains a mapping of all item stringy IDs to legacy numeric IDs.
This file defines all the known banner pattern types and their crafting requirements.
This file defines all crafting-table, furnace and chemistry recipes. This includes recipes for the smoker, cartography table etc.
This file contains an ordered list of items which appear in the vanilla creative inventory with Education Edition and Experimental Gameplay enabled.
This file contains a network-format NBT blob containing biome definitions obtained from BiomeDefinitionListPacket
.
This file contains a network-format NBT blob containing entity identifier mappings obtained from AvailableActorIdentifiersPacket
.