1
0
mirror of https://github.com/pmmp/BedrockData.git synced 2024-07-02 11:44:20 -03:00
This commit is contained in:
Dylan T 2019-12-06 11:55:26 +00:00 committed by GitHub
parent 12d65cc672
commit 0df4e593af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,14 +18,16 @@ This data is obtained by plugging the legacy states into `BlockPalette` in the v
```
TAG_List: value={
"old" => TAG_Compound: value={
"name" => TAG_String: value="minecraft:example" //legacy string ID pre-1.13
"val" => TAG_Short: value=0 //legacy block metadata pre-1.13
}
"new" => TAG_Compound: value={
"name" => TAG_String: value="minecraft:new_example" //this might be different to the legacy ID in future versions!
"states" => TAG_Compound: value={
//list states here
TAG_Compound: value={
"old" => TAG_Compound: value={
"name" => TAG_String: value="minecraft:example" //legacy string ID pre-1.13
"val" => TAG_Short: value=0 //legacy block metadata pre-1.13
}
"new" => TAG_Compound: value={
"name" => TAG_String: value="minecraft:new_example" //this might be different to the legacy ID in future versions!
"states" => TAG_Compound: value={
//list states here
}
}
}
}