Skip to content

Commit 571e1ee

Browse files
Bedrock 1.21.80 (#61)
* Add Bedrock 1.21.80 * Add dried ghast translation * Fix workflows
1 parent 274a976 commit 571e1ee

File tree

2,974 files changed

+131393
-7
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,974 files changed

+131393
-7
lines changed

.github/workflows/python-stylecheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Stylecheck
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches: [ main ]
99
pull_request:
10-
branches: [ master ]
10+
branches: [ main ]
1111

1212
jobs:
1313
stylecheck:

.github/workflows/python-unittests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Unittests
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches: [ main ]
99
pull_request:
10-
branches: [ master ]
10+
branches: [ main ]
1111

1212
jobs:
1313
unittests:

PyMCTranslate/build_number.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
345
1+
348

PyMCTranslate/json/versions/bedrock_1_21_70/__init__.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@
1111
70
1212
],
1313
"version_max": [
14-
2,
14+
1,
15+
21,
16+
80,
1517
-1
1618
],
1719
"data_version": 18168865,
18-
"data_version_max": 9999999999
20+
"data_version_max": 18168865
1921
}

PyMCTranslate/json/versions/bedrock_1_21_80/__biome_data__.json

Lines changed: 274 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"block_format": "nbt-blockstate",
3+
"block_entity_format": "str-id",
4+
"block_entity_coord_format": "xyz-int",
5+
"entity_format": "namespace-str-id",
6+
"entity_coord_format": "Pos-list-float",
7+
"platform": "bedrock",
8+
"version": [
9+
1,
10+
21,
11+
80
12+
],
13+
"version_max": [
14+
2,
15+
-1
16+
],
17+
"data_version": 18168865,
18+
"data_version_max": 9999999999
19+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
[
2+
{
3+
"function": "new_block",
4+
"options": "minecraft:activator_rail"
5+
},
6+
{
7+
"function": "map_properties",
8+
"options": {
9+
"powered": {
10+
"\"false\"": [
11+
{
12+
"function": "new_properties",
13+
"options": {
14+
"rail_data_bit": "0b"
15+
}
16+
}
17+
],
18+
"\"true\"": [
19+
{
20+
"function": "new_properties",
21+
"options": {
22+
"rail_data_bit": "1b"
23+
}
24+
}
25+
]
26+
},
27+
"shape": {
28+
"\"north_south\"": [
29+
{
30+
"function": "new_properties",
31+
"options": {
32+
"rail_direction": "0"
33+
}
34+
}
35+
],
36+
"\"east_west\"": [
37+
{
38+
"function": "new_properties",
39+
"options": {
40+
"rail_direction": "1"
41+
}
42+
}
43+
],
44+
"\"ascending_east\"": [
45+
{
46+
"function": "new_properties",
47+
"options": {
48+
"rail_direction": "2"
49+
}
50+
}
51+
],
52+
"\"ascending_west\"": [
53+
{
54+
"function": "new_properties",
55+
"options": {
56+
"rail_direction": "3"
57+
}
58+
}
59+
],
60+
"\"ascending_north\"": [
61+
{
62+
"function": "new_properties",
63+
"options": {
64+
"rail_direction": "4"
65+
}
66+
}
67+
],
68+
"\"ascending_south\"": [
69+
{
70+
"function": "new_properties",
71+
"options": {
72+
"rail_direction": "5"
73+
}
74+
}
75+
]
76+
}
77+
}
78+
}
79+
]
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[
2+
{
3+
"function": "new_block",
4+
"options": "minecraft:air"
5+
}
6+
]
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[
2+
{
3+
"function": "new_block",
4+
"options": "minecraft:allow"
5+
}
6+
]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[
2+
{
3+
"function": "new_block",
4+
"options": "minecraft:amethyst_block"
5+
}
6+
]

0 commit comments

Comments
 (0)