Skip to content

Commit

Permalink
Add bedrock 1.20.15 protocol data (#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
irkmandeer committed Sep 23, 2023
1 parent 15dade3 commit a2df411
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 1 deletion.
6 changes: 6 additions & 0 deletions data/bedrock/1.20.15/version.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"version": 594,
"minecraftVersion": "1.20.15",
"majorVersion": "1.20",
"releaseType": "release"
}
8 changes: 7 additions & 1 deletion data/bedrock/common/protocolVersions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@
},
{
"version": 594,
"minecraftVersion": "1.20.10",
"minecraftVersion": "1.20.15",
"majorVersion": "1.20",
"releaseType": "release"
},
{
"version": 594,
"minecraftVersion": "1.20.10",
"majorVersion": "1.20",
"releaseType": "release"
},
{
"version": 589,
"minecraftVersion": "1.20.0",
Expand Down
1 change: 1 addition & 0 deletions data/bedrock/common/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@
"1.19.80",
"1.20.0",
"1.20.10",
"1.20.15",
"1.20.30"
]
22 changes: 22 additions & 0 deletions data/dataPaths.json
Original file line number Diff line number Diff line change
Expand Up @@ -1786,6 +1786,28 @@
"version": "bedrock/1.20.10",
"language": "bedrock/1.20.10"
},
"1.20.15": {
"blocks": "bedrock/1.20.0",
"blockStates": "bedrock/1.20.0",
"blockCollisionShapes": "bedrock/1.20.0",
"biomes": "bedrock/1.20.0",
"entities": "bedrock/1.19.1",
"items": "bedrock/1.20.0",
"recipes": "bedrock/1.19.10",
"instruments": "bedrock/1.17.0",
"materials": "pc/1.17",
"enchantments": "bedrock/1.19.1",
"effects": "pc/1.17",
"protocol": "bedrock/1.20.10",
"windows": "bedrock/1.16.201",
"steve": "bedrock/1.16.201",
"blocksB2J": "bedrock/1.20.0",
"blocksJ2B": "bedrock/1.20.0",
"proto": "bedrock/1.20.10",
"types": "bedrock/1.20.10",
"version": "bedrock/1.20.15",
"language": "bedrock/1.20.10"
},
"1.20.30": {
"blocks": "bedrock/1.20.0",
"blockStates": "bedrock/1.20.0",
Expand Down

0 comments on commit a2df411

Please sign in to comment.