minecraft-data 3.30.0 → 3.31.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/npm-publish.yml +1 -1
- package/data.js +24 -3
- package/doc/api.md +4 -0
- package/doc/history.md +4 -0
- package/index.d.ts +5 -1
- package/lib/loader.js +1 -1
- package/minecraft-data/README.md +1 -1
- package/minecraft-data/data/bedrock/1.16.220/proto.yml +1 -0
- package/minecraft-data/data/bedrock/1.16.220/protocol.json +10 -4
- package/minecraft-data/data/bedrock/1.16.220/types.yml +4 -4
- package/minecraft-data/data/bedrock/1.17.0/proto.yml +1 -0
- package/minecraft-data/data/bedrock/1.17.0/protocol.json +10 -4
- package/minecraft-data/data/bedrock/1.17.0/types.yml +4 -4
- package/minecraft-data/data/bedrock/1.17.10/proto.yml +1 -0
- package/minecraft-data/data/bedrock/1.17.10/protocol.json +10 -4
- package/minecraft-data/data/bedrock/1.17.10/types.yml +4 -4
- package/minecraft-data/data/bedrock/1.17.30/proto.yml +1 -0
- package/minecraft-data/data/bedrock/1.17.30/protocol.json +10 -4
- package/minecraft-data/data/bedrock/1.17.30/types.yml +4 -4
- package/minecraft-data/data/bedrock/1.17.40/proto.yml +1 -0
- package/minecraft-data/data/bedrock/1.17.40/protocol.json +10 -4
- package/minecraft-data/data/bedrock/1.17.40/types.yml +4 -4
- package/minecraft-data/data/bedrock/1.18.0/proto.yml +1 -0
- package/minecraft-data/data/bedrock/1.18.0/protocol.json +10 -4
- package/minecraft-data/data/bedrock/1.18.0/types.yml +4 -4
- package/minecraft-data/data/bedrock/1.18.11/proto.yml +1 -0
- package/minecraft-data/data/bedrock/1.18.11/protocol.json +10 -4
- package/minecraft-data/data/bedrock/1.18.11/types.yml +4 -4
- package/minecraft-data/data/bedrock/1.18.30/proto.yml +1 -0
- package/minecraft-data/data/bedrock/1.18.30/protocol.json +10 -4
- package/minecraft-data/data/bedrock/1.18.30/types.yml +4 -4
- package/minecraft-data/data/bedrock/1.19.1/proto.yml +1 -0
- package/minecraft-data/data/bedrock/1.19.1/protocol.json +10 -4
- package/minecraft-data/data/bedrock/1.19.1/types.yml +4 -4
- package/minecraft-data/data/bedrock/1.19.10/proto.yml +1 -0
- package/minecraft-data/data/bedrock/1.19.10/protocol.json +31 -24
- package/minecraft-data/data/bedrock/1.19.10/types.yml +25 -24
- package/minecraft-data/data/bedrock/1.19.20/proto.yml +1 -0
- package/minecraft-data/data/bedrock/1.19.20/protocol.json +31 -24
- package/minecraft-data/data/bedrock/1.19.20/types.yml +25 -24
- package/minecraft-data/data/bedrock/1.19.21/proto.yml +1 -0
- package/minecraft-data/data/bedrock/1.19.21/protocol.json +31 -24
- package/minecraft-data/data/bedrock/1.19.21/types.yml +25 -24
- package/minecraft-data/data/bedrock/1.19.30/proto.yml +1 -0
- package/minecraft-data/data/bedrock/1.19.30/protocol.json +31 -24
- package/minecraft-data/data/bedrock/1.19.30/types.yml +25 -24
- package/minecraft-data/data/bedrock/1.19.40/proto.yml +1 -0
- package/minecraft-data/data/bedrock/1.19.40/protocol.json +31 -24
- package/minecraft-data/data/bedrock/1.19.40/types.yml +25 -24
- package/minecraft-data/data/bedrock/1.19.50/proto.yml +1 -0
- package/minecraft-data/data/bedrock/1.19.50/protocol.json +31 -24
- package/minecraft-data/data/bedrock/1.19.50/types.yml +25 -24
- package/minecraft-data/data/bedrock/1.19.60/proto.yml +1 -0
- package/minecraft-data/data/bedrock/1.19.60/protocol.json +31 -24
- package/minecraft-data/data/bedrock/1.19.60/types.yml +25 -24
- package/minecraft-data/data/bedrock/1.19.62/proto.yml +3852 -0
- package/minecraft-data/data/bedrock/1.19.62/protocol.json +31 -24
- package/minecraft-data/data/bedrock/1.19.62/types.yml +2064 -0
- package/minecraft-data/data/bedrock/1.19.70/protocol.json +11137 -0
- package/minecraft-data/data/bedrock/1.19.70/version.json +6 -0
- package/minecraft-data/data/bedrock/common/protocolVersions.json +6 -0
- package/minecraft-data/data/bedrock/common/versions.json +2 -1
- package/minecraft-data/data/bedrock/latest/proto.yml +32 -3
- package/minecraft-data/data/bedrock/latest/types.yml +41 -27
- package/minecraft-data/data/dataPaths.json +24 -3
- package/minecraft-data/doc/history.md +4 -0
- package/minecraft-data/tools/js/compileProtocol.js +1 -1
- package/package.json +1 -1
- package/test/load.js +8 -1
- package/typings/index-template.d.ts +5 -1
|
@@ -88,8 +88,8 @@ ItemExtraDataWithBlockingTick:
|
|
|
88
88
|
version: u8
|
|
89
89
|
nbt: lnbt
|
|
90
90
|
default: void
|
|
91
|
-
can_place_on:
|
|
92
|
-
can_destroy:
|
|
91
|
+
can_place_on: ShortString[]li32
|
|
92
|
+
can_destroy: ShortString[]li32
|
|
93
93
|
blocking_tick: li64
|
|
94
94
|
|
|
95
95
|
ItemExtraDataWithoutBlockingTick:
|
|
@@ -101,8 +101,8 @@ ItemExtraDataWithoutBlockingTick:
|
|
|
101
101
|
version: u8
|
|
102
102
|
nbt: lnbt
|
|
103
103
|
default: void
|
|
104
|
-
can_place_on:
|
|
105
|
-
can_destroy:
|
|
104
|
+
can_place_on: ShortString[]li32
|
|
105
|
+
can_destroy: ShortString[]li32
|
|
106
106
|
|
|
107
107
|
# Same as below but without a "networkStackID" boolean
|
|
108
108
|
ItemLegacy:
|
|
@@ -1921,26 +1921,27 @@ DeviceOS: li32 =>
|
|
|
1921
1921
|
AbilitySet: ["bitflags",
|
|
1922
1922
|
{
|
|
1923
1923
|
"type": "lu32",
|
|
1924
|
-
"flags":
|
|
1925
|
-
"build"
|
|
1926
|
-
"mine"
|
|
1927
|
-
"doors_and_switches"
|
|
1928
|
-
"open_containers"
|
|
1929
|
-
"attack_players"
|
|
1930
|
-
"attack_mobs"
|
|
1931
|
-
"operator_commands"
|
|
1932
|
-
"teleport"
|
|
1933
|
-
"invulnerable"
|
|
1934
|
-
"flying"
|
|
1935
|
-
"may_fly"
|
|
1936
|
-
"instant_build"
|
|
1937
|
-
"lightning"
|
|
1938
|
-
"fly_speed"
|
|
1939
|
-
"walk_speed"
|
|
1940
|
-
"muted"
|
|
1941
|
-
"world_builder"
|
|
1942
|
-
"no_clip"
|
|
1943
|
-
|
|
1924
|
+
"flags": [
|
|
1925
|
+
"build",
|
|
1926
|
+
"mine",
|
|
1927
|
+
"doors_and_switches",
|
|
1928
|
+
"open_containers",
|
|
1929
|
+
"attack_players",
|
|
1930
|
+
"attack_mobs",
|
|
1931
|
+
"operator_commands",
|
|
1932
|
+
"teleport",
|
|
1933
|
+
"invulnerable",
|
|
1934
|
+
"flying",
|
|
1935
|
+
"may_fly",
|
|
1936
|
+
"instant_build",
|
|
1937
|
+
"lightning",
|
|
1938
|
+
"fly_speed",
|
|
1939
|
+
"walk_speed",
|
|
1940
|
+
"muted",
|
|
1941
|
+
"world_builder",
|
|
1942
|
+
"no_clip",
|
|
1943
|
+
"count"
|
|
1944
|
+
]
|
|
1944
1945
|
}
|
|
1945
1946
|
]
|
|
1946
1947
|
|
|
@@ -9,6 +9,7 @@ ByteArray: ["buffer",{"countType":"varint"}]
|
|
|
9
9
|
SignedByteArray: ["buffer",{"countType":"zigzag32"}]
|
|
10
10
|
LittleString: ["pstring",{"countType":"li32"}]
|
|
11
11
|
ShortArray: ["buffer",{"countType":"li16"}]
|
|
12
|
+
ShortString: ["pstring",{"countType":"li16"}]
|
|
12
13
|
varint64: native # Some primitives
|
|
13
14
|
zigzag32: native
|
|
14
15
|
zigzag64: native
|
|
@@ -311,7 +311,7 @@
|
|
|
311
311
|
"array",
|
|
312
312
|
{
|
|
313
313
|
"countType": "li32",
|
|
314
|
-
"type": "
|
|
314
|
+
"type": "ShortString"
|
|
315
315
|
}
|
|
316
316
|
]
|
|
317
317
|
},
|
|
@@ -321,7 +321,7 @@
|
|
|
321
321
|
"array",
|
|
322
322
|
{
|
|
323
323
|
"countType": "li32",
|
|
324
|
-
"type": "
|
|
324
|
+
"type": "ShortString"
|
|
325
325
|
}
|
|
326
326
|
]
|
|
327
327
|
},
|
|
@@ -378,7 +378,7 @@
|
|
|
378
378
|
"array",
|
|
379
379
|
{
|
|
380
380
|
"countType": "li32",
|
|
381
|
-
"type": "
|
|
381
|
+
"type": "ShortString"
|
|
382
382
|
}
|
|
383
383
|
]
|
|
384
384
|
},
|
|
@@ -388,7 +388,7 @@
|
|
|
388
388
|
"array",
|
|
389
389
|
{
|
|
390
390
|
"countType": "li32",
|
|
391
|
-
"type": "
|
|
391
|
+
"type": "ShortString"
|
|
392
392
|
}
|
|
393
393
|
]
|
|
394
394
|
}
|
|
@@ -10529,6 +10529,12 @@
|
|
|
10529
10529
|
"countType": "li16"
|
|
10530
10530
|
}
|
|
10531
10531
|
],
|
|
10532
|
+
"ShortString": [
|
|
10533
|
+
"pstring",
|
|
10534
|
+
{
|
|
10535
|
+
"countType": "li16"
|
|
10536
|
+
}
|
|
10537
|
+
],
|
|
10532
10538
|
"MetadataFlags1": [
|
|
10533
10539
|
"bitflags",
|
|
10534
10540
|
{
|
|
@@ -10657,26 +10663,27 @@
|
|
|
10657
10663
|
"bitflags",
|
|
10658
10664
|
{
|
|
10659
10665
|
"type": "lu32",
|
|
10660
|
-
"flags":
|
|
10661
|
-
"build"
|
|
10662
|
-
"mine"
|
|
10663
|
-
"doors_and_switches"
|
|
10664
|
-
"open_containers"
|
|
10665
|
-
"attack_players"
|
|
10666
|
-
"attack_mobs"
|
|
10667
|
-
"operator_commands"
|
|
10668
|
-
"teleport"
|
|
10669
|
-
"invulnerable"
|
|
10670
|
-
"flying"
|
|
10671
|
-
"may_fly"
|
|
10672
|
-
"instant_build"
|
|
10673
|
-
"lightning"
|
|
10674
|
-
"fly_speed"
|
|
10675
|
-
"walk_speed"
|
|
10676
|
-
"muted"
|
|
10677
|
-
"world_builder"
|
|
10678
|
-
"no_clip"
|
|
10679
|
-
|
|
10666
|
+
"flags": [
|
|
10667
|
+
"build",
|
|
10668
|
+
"mine",
|
|
10669
|
+
"doors_and_switches",
|
|
10670
|
+
"open_containers",
|
|
10671
|
+
"attack_players",
|
|
10672
|
+
"attack_mobs",
|
|
10673
|
+
"operator_commands",
|
|
10674
|
+
"teleport",
|
|
10675
|
+
"invulnerable",
|
|
10676
|
+
"flying",
|
|
10677
|
+
"may_fly",
|
|
10678
|
+
"instant_build",
|
|
10679
|
+
"lightning",
|
|
10680
|
+
"fly_speed",
|
|
10681
|
+
"walk_speed",
|
|
10682
|
+
"muted",
|
|
10683
|
+
"world_builder",
|
|
10684
|
+
"no_clip",
|
|
10685
|
+
"count"
|
|
10686
|
+
]
|
|
10680
10687
|
}
|
|
10681
10688
|
],
|
|
10682
10689
|
"UpdateBlockFlags": [
|
|
@@ -88,8 +88,8 @@ ItemExtraDataWithBlockingTick:
|
|
|
88
88
|
version: u8
|
|
89
89
|
nbt: lnbt
|
|
90
90
|
default: void
|
|
91
|
-
can_place_on:
|
|
92
|
-
can_destroy:
|
|
91
|
+
can_place_on: ShortString[]li32
|
|
92
|
+
can_destroy: ShortString[]li32
|
|
93
93
|
blocking_tick: li64
|
|
94
94
|
|
|
95
95
|
ItemExtraDataWithoutBlockingTick:
|
|
@@ -101,8 +101,8 @@ ItemExtraDataWithoutBlockingTick:
|
|
|
101
101
|
version: u8
|
|
102
102
|
nbt: lnbt
|
|
103
103
|
default: void
|
|
104
|
-
can_place_on:
|
|
105
|
-
can_destroy:
|
|
104
|
+
can_place_on: ShortString[]li32
|
|
105
|
+
can_destroy: ShortString[]li32
|
|
106
106
|
|
|
107
107
|
# Same as below but without a "networkStackID" boolean
|
|
108
108
|
ItemLegacy:
|
|
@@ -1964,26 +1964,27 @@ DeviceOS: li32 =>
|
|
|
1964
1964
|
AbilitySet: ["bitflags",
|
|
1965
1965
|
{
|
|
1966
1966
|
"type": "lu32",
|
|
1967
|
-
"flags":
|
|
1968
|
-
"build"
|
|
1969
|
-
"mine"
|
|
1970
|
-
"doors_and_switches"
|
|
1971
|
-
"open_containers"
|
|
1972
|
-
"attack_players"
|
|
1973
|
-
"attack_mobs"
|
|
1974
|
-
"operator_commands"
|
|
1975
|
-
"teleport"
|
|
1976
|
-
"invulnerable"
|
|
1977
|
-
"flying"
|
|
1978
|
-
"may_fly"
|
|
1979
|
-
"instant_build"
|
|
1980
|
-
"lightning"
|
|
1981
|
-
"fly_speed"
|
|
1982
|
-
"walk_speed"
|
|
1983
|
-
"muted"
|
|
1984
|
-
"world_builder"
|
|
1985
|
-
"no_clip"
|
|
1986
|
-
|
|
1967
|
+
"flags": [
|
|
1968
|
+
"build",
|
|
1969
|
+
"mine",
|
|
1970
|
+
"doors_and_switches",
|
|
1971
|
+
"open_containers",
|
|
1972
|
+
"attack_players",
|
|
1973
|
+
"attack_mobs",
|
|
1974
|
+
"operator_commands",
|
|
1975
|
+
"teleport",
|
|
1976
|
+
"invulnerable",
|
|
1977
|
+
"flying",
|
|
1978
|
+
"may_fly",
|
|
1979
|
+
"instant_build",
|
|
1980
|
+
"lightning",
|
|
1981
|
+
"fly_speed",
|
|
1982
|
+
"walk_speed",
|
|
1983
|
+
"muted",
|
|
1984
|
+
"world_builder",
|
|
1985
|
+
"no_clip",
|
|
1986
|
+
"count"
|
|
1987
|
+
]
|
|
1987
1988
|
}
|
|
1988
1989
|
]
|
|
1989
1990
|
|
|
@@ -9,6 +9,7 @@ ByteArray: ["buffer",{"countType":"varint"}]
|
|
|
9
9
|
SignedByteArray: ["buffer",{"countType":"zigzag32"}]
|
|
10
10
|
LittleString: ["pstring",{"countType":"li32"}]
|
|
11
11
|
ShortArray: ["buffer",{"countType":"li16"}]
|
|
12
|
+
ShortString: ["pstring",{"countType":"li16"}]
|
|
12
13
|
varint64: native # Some primitives
|
|
13
14
|
zigzag32: native
|
|
14
15
|
zigzag64: native
|
|
@@ -311,7 +311,7 @@
|
|
|
311
311
|
"array",
|
|
312
312
|
{
|
|
313
313
|
"countType": "li32",
|
|
314
|
-
"type": "
|
|
314
|
+
"type": "ShortString"
|
|
315
315
|
}
|
|
316
316
|
]
|
|
317
317
|
},
|
|
@@ -321,7 +321,7 @@
|
|
|
321
321
|
"array",
|
|
322
322
|
{
|
|
323
323
|
"countType": "li32",
|
|
324
|
-
"type": "
|
|
324
|
+
"type": "ShortString"
|
|
325
325
|
}
|
|
326
326
|
]
|
|
327
327
|
},
|
|
@@ -378,7 +378,7 @@
|
|
|
378
378
|
"array",
|
|
379
379
|
{
|
|
380
380
|
"countType": "li32",
|
|
381
|
-
"type": "
|
|
381
|
+
"type": "ShortString"
|
|
382
382
|
}
|
|
383
383
|
]
|
|
384
384
|
},
|
|
@@ -388,7 +388,7 @@
|
|
|
388
388
|
"array",
|
|
389
389
|
{
|
|
390
390
|
"countType": "li32",
|
|
391
|
-
"type": "
|
|
391
|
+
"type": "ShortString"
|
|
392
392
|
}
|
|
393
393
|
]
|
|
394
394
|
}
|
|
@@ -10597,6 +10597,12 @@
|
|
|
10597
10597
|
"countType": "li16"
|
|
10598
10598
|
}
|
|
10599
10599
|
],
|
|
10600
|
+
"ShortString": [
|
|
10601
|
+
"pstring",
|
|
10602
|
+
{
|
|
10603
|
+
"countType": "li16"
|
|
10604
|
+
}
|
|
10605
|
+
],
|
|
10600
10606
|
"MetadataFlags1": [
|
|
10601
10607
|
"bitflags",
|
|
10602
10608
|
{
|
|
@@ -10725,26 +10731,27 @@
|
|
|
10725
10731
|
"bitflags",
|
|
10726
10732
|
{
|
|
10727
10733
|
"type": "lu32",
|
|
10728
|
-
"flags":
|
|
10729
|
-
"build"
|
|
10730
|
-
"mine"
|
|
10731
|
-
"doors_and_switches"
|
|
10732
|
-
"open_containers"
|
|
10733
|
-
"attack_players"
|
|
10734
|
-
"attack_mobs"
|
|
10735
|
-
"operator_commands"
|
|
10736
|
-
"teleport"
|
|
10737
|
-
"invulnerable"
|
|
10738
|
-
"flying"
|
|
10739
|
-
"may_fly"
|
|
10740
|
-
"instant_build"
|
|
10741
|
-
"lightning"
|
|
10742
|
-
"fly_speed"
|
|
10743
|
-
"walk_speed"
|
|
10744
|
-
"muted"
|
|
10745
|
-
"world_builder"
|
|
10746
|
-
"no_clip"
|
|
10747
|
-
|
|
10734
|
+
"flags": [
|
|
10735
|
+
"build",
|
|
10736
|
+
"mine",
|
|
10737
|
+
"doors_and_switches",
|
|
10738
|
+
"open_containers",
|
|
10739
|
+
"attack_players",
|
|
10740
|
+
"attack_mobs",
|
|
10741
|
+
"operator_commands",
|
|
10742
|
+
"teleport",
|
|
10743
|
+
"invulnerable",
|
|
10744
|
+
"flying",
|
|
10745
|
+
"may_fly",
|
|
10746
|
+
"instant_build",
|
|
10747
|
+
"lightning",
|
|
10748
|
+
"fly_speed",
|
|
10749
|
+
"walk_speed",
|
|
10750
|
+
"muted",
|
|
10751
|
+
"world_builder",
|
|
10752
|
+
"no_clip",
|
|
10753
|
+
"count"
|
|
10754
|
+
]
|
|
10748
10755
|
}
|
|
10749
10756
|
],
|
|
10750
10757
|
"UpdateBlockFlags": [
|
|
@@ -88,8 +88,8 @@ ItemExtraDataWithBlockingTick:
|
|
|
88
88
|
version: u8
|
|
89
89
|
nbt: lnbt
|
|
90
90
|
default: void
|
|
91
|
-
can_place_on:
|
|
92
|
-
can_destroy:
|
|
91
|
+
can_place_on: ShortString[]li32
|
|
92
|
+
can_destroy: ShortString[]li32
|
|
93
93
|
blocking_tick: li64
|
|
94
94
|
|
|
95
95
|
ItemExtraDataWithoutBlockingTick:
|
|
@@ -101,8 +101,8 @@ ItemExtraDataWithoutBlockingTick:
|
|
|
101
101
|
version: u8
|
|
102
102
|
nbt: lnbt
|
|
103
103
|
default: void
|
|
104
|
-
can_place_on:
|
|
105
|
-
can_destroy:
|
|
104
|
+
can_place_on: ShortString[]li32
|
|
105
|
+
can_destroy: ShortString[]li32
|
|
106
106
|
|
|
107
107
|
# Same as below but without a "networkStackID" boolean
|
|
108
108
|
ItemLegacy:
|
|
@@ -1978,26 +1978,27 @@ DeviceOS: li32 =>
|
|
|
1978
1978
|
AbilitySet: ["bitflags",
|
|
1979
1979
|
{
|
|
1980
1980
|
"type": "lu32",
|
|
1981
|
-
"flags":
|
|
1982
|
-
"build"
|
|
1983
|
-
"mine"
|
|
1984
|
-
"doors_and_switches"
|
|
1985
|
-
"open_containers"
|
|
1986
|
-
"attack_players"
|
|
1987
|
-
"attack_mobs"
|
|
1988
|
-
"operator_commands"
|
|
1989
|
-
"teleport"
|
|
1990
|
-
"invulnerable"
|
|
1991
|
-
"flying"
|
|
1992
|
-
"may_fly"
|
|
1993
|
-
"instant_build"
|
|
1994
|
-
"lightning"
|
|
1995
|
-
"fly_speed"
|
|
1996
|
-
"walk_speed"
|
|
1997
|
-
"muted"
|
|
1998
|
-
"world_builder"
|
|
1999
|
-
"no_clip"
|
|
2000
|
-
|
|
1981
|
+
"flags": [
|
|
1982
|
+
"build",
|
|
1983
|
+
"mine",
|
|
1984
|
+
"doors_and_switches",
|
|
1985
|
+
"open_containers",
|
|
1986
|
+
"attack_players",
|
|
1987
|
+
"attack_mobs",
|
|
1988
|
+
"operator_commands",
|
|
1989
|
+
"teleport",
|
|
1990
|
+
"invulnerable",
|
|
1991
|
+
"flying",
|
|
1992
|
+
"may_fly",
|
|
1993
|
+
"instant_build",
|
|
1994
|
+
"lightning",
|
|
1995
|
+
"fly_speed",
|
|
1996
|
+
"walk_speed",
|
|
1997
|
+
"muted",
|
|
1998
|
+
"world_builder",
|
|
1999
|
+
"no_clip",
|
|
2000
|
+
"count"
|
|
2001
|
+
]
|
|
2001
2002
|
}
|
|
2002
2003
|
]
|
|
2003
2004
|
|
|
@@ -9,6 +9,7 @@ ByteArray: ["buffer",{"countType":"varint"}]
|
|
|
9
9
|
SignedByteArray: ["buffer",{"countType":"zigzag32"}]
|
|
10
10
|
LittleString: ["pstring",{"countType":"li32"}]
|
|
11
11
|
ShortArray: ["buffer",{"countType":"li16"}]
|
|
12
|
+
ShortString: ["pstring",{"countType":"li16"}]
|
|
12
13
|
varint64: native # Some primitives
|
|
13
14
|
zigzag32: native
|
|
14
15
|
zigzag64: native
|
|
@@ -311,7 +311,7 @@
|
|
|
311
311
|
"array",
|
|
312
312
|
{
|
|
313
313
|
"countType": "li32",
|
|
314
|
-
"type": "
|
|
314
|
+
"type": "ShortString"
|
|
315
315
|
}
|
|
316
316
|
]
|
|
317
317
|
},
|
|
@@ -321,7 +321,7 @@
|
|
|
321
321
|
"array",
|
|
322
322
|
{
|
|
323
323
|
"countType": "li32",
|
|
324
|
-
"type": "
|
|
324
|
+
"type": "ShortString"
|
|
325
325
|
}
|
|
326
326
|
]
|
|
327
327
|
},
|
|
@@ -378,7 +378,7 @@
|
|
|
378
378
|
"array",
|
|
379
379
|
{
|
|
380
380
|
"countType": "li32",
|
|
381
|
-
"type": "
|
|
381
|
+
"type": "ShortString"
|
|
382
382
|
}
|
|
383
383
|
]
|
|
384
384
|
},
|
|
@@ -388,7 +388,7 @@
|
|
|
388
388
|
"array",
|
|
389
389
|
{
|
|
390
390
|
"countType": "li32",
|
|
391
|
-
"type": "
|
|
391
|
+
"type": "ShortString"
|
|
392
392
|
}
|
|
393
393
|
]
|
|
394
394
|
}
|
|
@@ -10628,6 +10628,12 @@
|
|
|
10628
10628
|
"countType": "li16"
|
|
10629
10629
|
}
|
|
10630
10630
|
],
|
|
10631
|
+
"ShortString": [
|
|
10632
|
+
"pstring",
|
|
10633
|
+
{
|
|
10634
|
+
"countType": "li16"
|
|
10635
|
+
}
|
|
10636
|
+
],
|
|
10631
10637
|
"MetadataFlags1": [
|
|
10632
10638
|
"bitflags",
|
|
10633
10639
|
{
|
|
@@ -10760,26 +10766,27 @@
|
|
|
10760
10766
|
"bitflags",
|
|
10761
10767
|
{
|
|
10762
10768
|
"type": "lu32",
|
|
10763
|
-
"flags":
|
|
10764
|
-
"build"
|
|
10765
|
-
"mine"
|
|
10766
|
-
"doors_and_switches"
|
|
10767
|
-
"open_containers"
|
|
10768
|
-
"attack_players"
|
|
10769
|
-
"attack_mobs"
|
|
10770
|
-
"operator_commands"
|
|
10771
|
-
"teleport"
|
|
10772
|
-
"invulnerable"
|
|
10773
|
-
"flying"
|
|
10774
|
-
"may_fly"
|
|
10775
|
-
"instant_build"
|
|
10776
|
-
"lightning"
|
|
10777
|
-
"fly_speed"
|
|
10778
|
-
"walk_speed"
|
|
10779
|
-
"muted"
|
|
10780
|
-
"world_builder"
|
|
10781
|
-
"no_clip"
|
|
10782
|
-
|
|
10769
|
+
"flags": [
|
|
10770
|
+
"build",
|
|
10771
|
+
"mine",
|
|
10772
|
+
"doors_and_switches",
|
|
10773
|
+
"open_containers",
|
|
10774
|
+
"attack_players",
|
|
10775
|
+
"attack_mobs",
|
|
10776
|
+
"operator_commands",
|
|
10777
|
+
"teleport",
|
|
10778
|
+
"invulnerable",
|
|
10779
|
+
"flying",
|
|
10780
|
+
"may_fly",
|
|
10781
|
+
"instant_build",
|
|
10782
|
+
"lightning",
|
|
10783
|
+
"fly_speed",
|
|
10784
|
+
"walk_speed",
|
|
10785
|
+
"muted",
|
|
10786
|
+
"world_builder",
|
|
10787
|
+
"no_clip",
|
|
10788
|
+
"count"
|
|
10789
|
+
]
|
|
10783
10790
|
}
|
|
10784
10791
|
],
|
|
10785
10792
|
"UpdateBlockFlags": [
|
|
@@ -88,8 +88,8 @@ ItemExtraDataWithBlockingTick:
|
|
|
88
88
|
version: u8
|
|
89
89
|
nbt: lnbt
|
|
90
90
|
default: void
|
|
91
|
-
can_place_on:
|
|
92
|
-
can_destroy:
|
|
91
|
+
can_place_on: ShortString[]li32
|
|
92
|
+
can_destroy: ShortString[]li32
|
|
93
93
|
blocking_tick: li64
|
|
94
94
|
|
|
95
95
|
ItemExtraDataWithoutBlockingTick:
|
|
@@ -101,8 +101,8 @@ ItemExtraDataWithoutBlockingTick:
|
|
|
101
101
|
version: u8
|
|
102
102
|
nbt: lnbt
|
|
103
103
|
default: void
|
|
104
|
-
can_place_on:
|
|
105
|
-
can_destroy:
|
|
104
|
+
can_place_on: ShortString[]li32
|
|
105
|
+
can_destroy: ShortString[]li32
|
|
106
106
|
|
|
107
107
|
# Same as below but without a "networkStackID" boolean
|
|
108
108
|
ItemLegacy:
|
|
@@ -1996,26 +1996,27 @@ DeviceOS: li32 =>
|
|
|
1996
1996
|
AbilitySet: ["bitflags",
|
|
1997
1997
|
{
|
|
1998
1998
|
"type": "lu32",
|
|
1999
|
-
"flags":
|
|
2000
|
-
"build"
|
|
2001
|
-
"mine"
|
|
2002
|
-
"doors_and_switches"
|
|
2003
|
-
"open_containers"
|
|
2004
|
-
"attack_players"
|
|
2005
|
-
"attack_mobs"
|
|
2006
|
-
"operator_commands"
|
|
2007
|
-
"teleport"
|
|
2008
|
-
"invulnerable"
|
|
2009
|
-
"flying"
|
|
2010
|
-
"may_fly"
|
|
2011
|
-
"instant_build"
|
|
2012
|
-
"lightning"
|
|
2013
|
-
"fly_speed"
|
|
2014
|
-
"walk_speed"
|
|
2015
|
-
"muted"
|
|
2016
|
-
"world_builder"
|
|
2017
|
-
"no_clip"
|
|
2018
|
-
|
|
1999
|
+
"flags": [
|
|
2000
|
+
"build",
|
|
2001
|
+
"mine",
|
|
2002
|
+
"doors_and_switches",
|
|
2003
|
+
"open_containers",
|
|
2004
|
+
"attack_players",
|
|
2005
|
+
"attack_mobs",
|
|
2006
|
+
"operator_commands",
|
|
2007
|
+
"teleport",
|
|
2008
|
+
"invulnerable",
|
|
2009
|
+
"flying",
|
|
2010
|
+
"may_fly",
|
|
2011
|
+
"instant_build",
|
|
2012
|
+
"lightning",
|
|
2013
|
+
"fly_speed",
|
|
2014
|
+
"walk_speed",
|
|
2015
|
+
"muted",
|
|
2016
|
+
"world_builder",
|
|
2017
|
+
"no_clip",
|
|
2018
|
+
"count"
|
|
2019
|
+
]
|
|
2019
2020
|
}
|
|
2020
2021
|
]
|
|
2021
2022
|
|
|
@@ -9,6 +9,7 @@ ByteArray: ["buffer",{"countType":"varint"}]
|
|
|
9
9
|
SignedByteArray: ["buffer",{"countType":"zigzag32"}]
|
|
10
10
|
LittleString: ["pstring",{"countType":"li32"}]
|
|
11
11
|
ShortArray: ["buffer",{"countType":"li16"}]
|
|
12
|
+
ShortString: ["pstring",{"countType":"li16"}]
|
|
12
13
|
varint64: native # Some primitives
|
|
13
14
|
zigzag32: native
|
|
14
15
|
zigzag64: native
|