Skip to content

Commit

Permalink
Bedrock 1.20.0 block, biome and item data (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
CreeperG16 committed Aug 6, 2023
1 parent 7428c85 commit fecc3e9
Show file tree
Hide file tree
Showing 8 changed files with 326,790 additions and 14 deletions.
1,073 changes: 1,073 additions & 0 deletions data/bedrock/1.20.0/biomes.json

Large diffs are not rendered by default.

1,015 changes: 1,015 additions & 0 deletions data/bedrock/1.20.0/blockCollisionShapes.json

Large diffs are not rendered by default.

266,796 changes: 266,796 additions & 0 deletions data/bedrock/1.20.0/blockStates.json

Large diffs are not rendered by default.

15,070 changes: 15,070 additions & 0 deletions data/bedrock/1.20.0/blocks.json

Large diffs are not rendered by default.

8,203 changes: 8,203 additions & 0 deletions data/bedrock/1.20.0/blocksB2J.json

Large diffs are not rendered by default.

24,137 changes: 24,137 additions & 0 deletions data/bedrock/1.20.0/blocksJ2B.json

Large diffs are not rendered by default.

10,482 changes: 10,482 additions & 0 deletions data/bedrock/1.20.0/items.json

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions data/dataPaths.json
Original file line number Diff line number Diff line change
Expand Up @@ -1743,12 +1743,12 @@
"language": "bedrock/1.19.80"
},
"1.20.0": {
"blocks": "bedrock/1.19.1",
"blockStates": "bedrock/1.19.1",
"blockCollisionShapes": "bedrock/1.19.1",
"biomes": "bedrock/1.19.1",
"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.19.10",
"items": "bedrock/1.20.0",
"recipes": "bedrock/1.19.10",
"instruments": "bedrock/1.17.0",
"materials": "pc/1.17",
Expand All @@ -1757,20 +1757,20 @@
"protocol": "bedrock/1.20.0",
"windows": "bedrock/1.16.201",
"steve": "bedrock/1.16.201",
"blocksB2J": "bedrock/1.19.1",
"blocksJ2B": "bedrock/1.19.1",
"blocksB2J": "bedrock/1.20.0",
"blocksJ2B": "bedrock/1.20.0",
"proto": "bedrock/1.20.0",
"types": "bedrock/1.20.0",
"version": "bedrock/1.20.0",
"language": "bedrock/1.20.0"
},
"1.20.10": {
"blocks": "bedrock/1.19.1",
"blockStates": "bedrock/1.19.1",
"blockCollisionShapes": "bedrock/1.19.1",
"biomes": "bedrock/1.19.1",
"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.19.10",
"items": "bedrock/1.20.0",
"recipes": "bedrock/1.19.10",
"instruments": "bedrock/1.17.0",
"materials": "pc/1.17",
Expand All @@ -1779,8 +1779,8 @@
"protocol": "bedrock/1.20.10",
"windows": "bedrock/1.16.201",
"steve": "bedrock/1.16.201",
"blocksB2J": "bedrock/1.19.1",
"blocksJ2B": "bedrock/1.19.1",
"blocksB2J": "bedrock/1.20.0",
"blocksJ2B": "bedrock/1.20.0",
"proto": "bedrock/latest",
"types": "bedrock/latest",
"version": "bedrock/1.20.10",
Expand Down

0 comments on commit fecc3e9

Please sign in to comment.