Skip to content

Commit c0edc84

Browse files
authored
Update to Minecraft 26.1 (#507)
1 parent 2c7a08b commit c0edc84

381 files changed

Lines changed: 14149 additions & 822 deletions

File tree

Some content is hidden

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

packages/bolt/tests/snapshots/bolt__parse_230__0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
macro foo:
22
pass
3-
#>ERROR Expected colon, literal 'advancement', literal 'align', literal 'anchored', literal 'append', literal 'as' or 198 other tokens but got literal 'foo'.
3+
#>ERROR Expected colon, literal 'advancement', literal 'align', literal 'anchored', literal 'append', literal 'as' or 199 other tokens but got literal 'foo'.
44
# line 3, column 7
55
# 2 | pass
66
# 3 | as @p foo
Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1-
#>ERROR Expected call expression on builtin "hex".
2-
# line 1, column 10
3-
# 1 | time set hex.time
4-
# : ^^^^^^^^
51
time set hex.time
2+
---
3+
<class 'mecha.ast.AstRoot'>
4+
location: SourceLocation(pos=0, lineno=1, colno=1)
5+
end_location: SourceLocation(pos=18, lineno=2, colno=1)
6+
commands:
7+
<class 'mecha.ast.AstCommand'>
8+
location: SourceLocation(pos=0, lineno=1, colno=1)
9+
end_location: SourceLocation(pos=17, lineno=1, colno=18)
10+
identifier: 'time:set:timemarker'
11+
arguments:
12+
<class 'mecha.ast.AstResourceLocation'>
13+
location: SourceLocation(pos=9, lineno=1, colno=10)
14+
end_location: SourceLocation(pos=17, lineno=1, colno=18)
15+
is_tag: False
16+
namespace: None
17+
path: 'hex.time'
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Nothing
2+
---
3+
output = None
4+
---

packages/bolt/tests/snapshots/bolt__parse_305__0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#>ERROR Expected literal 'advancement', literal 'align', literal 'anchored', literal 'append', literal 'as', literal 'at' or 215 other tokens but got literal 'foo'.
1+
#>ERROR Expected literal 'advancement', literal 'align', literal 'anchored', literal 'append', literal 'as', literal 'at' or 216 other tokens but got literal 'foo'.
22
# line 1, column 11
33
# 1 | as @a run foo = "bar"
44
# : ^^^

packages/bolt/tests/snapshots/bolt__parse_352__0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
macro hello thing=subcommand:
22
pass
3-
#>ERROR Expected assignment, literal 'advancement', literal 'align', literal 'anchored', literal 'append', literal 'as' or 217 other tokens but got literal 'print(123)'.
3+
#>ERROR Expected assignment, literal 'advancement', literal 'align', literal 'anchored', literal 'append', literal 'as' or 218 other tokens but got literal 'print(123)'.
44
# line 3, column 7
55
# 2 | pass
66
# 3 | hello print(123)

packages/bolt/tests/snapshots/bolt__parse_358__0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#>ERROR Expected literal 'advancement', literal 'align', literal 'anchored', literal 'append', literal 'as', literal 'at' or 215 other tokens but got literal '"not'.
1+
#>ERROR Expected literal 'advancement', literal 'align', literal 'anchored', literal 'append', literal 'as', literal 'at' or 216 other tokens but got literal '"not'.
22
# line 1, column 13
33
# 1 | execute run "not docstring"
44
# : ^^^^

packages/bolt/tests/snapshots/bolt__parse_48__0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
1 * 2
2-
#>ERROR Expected bracket '[', curly '{', decorator, docstring, ellipsis, false or 228 other tokens but got literal '*'.
2+
#>ERROR Expected bracket '[', curly '{', decorator, docstring, ellipsis, false or 229 other tokens but got literal '*'.
33
# line 2, column 1
44
# 1 | 1 * 2
55
# 2 | * 3

packages/bolt/tests/snapshots/bolt__parse_99__0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#>ERROR Expected colon, literal 'advancement', literal 'align', literal 'anchored', literal 'append', literal 'as' or 198 other tokens but got literal 'for'.
1+
#>ERROR Expected colon, literal 'advancement', literal 'align', literal 'anchored', literal 'append', literal 'as' or 199 other tokens but got literal 'for'.
22
# line 1, column 7
33
# 1 | at @s for i in "foo":
44
# : ^^^

packages/bolt/tests/snapshots/examples__build_bolt_1_20__0.pack.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
{
99
"pack": {
1010
"min_format": [
11-
94,
11+
101,
1212
1
1313
],
1414
"max_format": [
15-
94,
15+
101,
1616
1
1717
],
1818
"description": ""

packages/bolt/tests/snapshots/examples__build_bolt_assets__0.pack.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
{
99
"pack": {
1010
"min_format": [
11-
75,
11+
84,
1212
0
1313
],
1414
"max_format": [
15-
75,
15+
84,
1616
0
1717
],
1818
"description": ""

0 commit comments

Comments
 (0)