1
0
mirror of https://github.com/pmmp/BedrockData.git synced 2024-06-30 15:24:06 -03:00

Document newly added files

This commit is contained in:
Dylan T 2022-01-07 16:20:31 +00:00 committed by GitHub
parent 72a9b79a8b
commit bd75689119
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -53,3 +53,11 @@ This file contains a mapping of Minecraft string biome IDs to their legacy integ
## entity_identifiers.nbt
This file contains a network-format NBT blob containing entity identifier mappings obtained from `AvailableActorIdentifiersPacket`.
## level_sound_id_map.json
This file contains a mapping of string sound names to LevelSoundEvent IDs used by LevelSoundEventPacket.
Note that this file may be missing some IDs (it is generated from vanilla using [pmmp/mapping](https://github.com/pmmp/mapping), and vanilla itself is missing some mappings).
## particle_id_map.json
This file contains a mapping of string particle names to their legacy particle IDs (used for LevelEventPacket). Generated by [pmmp/mapping](https://github.com/pmmp/mapping).