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.
Files changed (70) hide show
  1. package/.github/workflows/npm-publish.yml +1 -1
  2. package/data.js +24 -3
  3. package/doc/api.md +4 -0
  4. package/doc/history.md +4 -0
  5. package/index.d.ts +5 -1
  6. package/lib/loader.js +1 -1
  7. package/minecraft-data/README.md +1 -1
  8. package/minecraft-data/data/bedrock/1.16.220/proto.yml +1 -0
  9. package/minecraft-data/data/bedrock/1.16.220/protocol.json +10 -4
  10. package/minecraft-data/data/bedrock/1.16.220/types.yml +4 -4
  11. package/minecraft-data/data/bedrock/1.17.0/proto.yml +1 -0
  12. package/minecraft-data/data/bedrock/1.17.0/protocol.json +10 -4
  13. package/minecraft-data/data/bedrock/1.17.0/types.yml +4 -4
  14. package/minecraft-data/data/bedrock/1.17.10/proto.yml +1 -0
  15. package/minecraft-data/data/bedrock/1.17.10/protocol.json +10 -4
  16. package/minecraft-data/data/bedrock/1.17.10/types.yml +4 -4
  17. package/minecraft-data/data/bedrock/1.17.30/proto.yml +1 -0
  18. package/minecraft-data/data/bedrock/1.17.30/protocol.json +10 -4
  19. package/minecraft-data/data/bedrock/1.17.30/types.yml +4 -4
  20. package/minecraft-data/data/bedrock/1.17.40/proto.yml +1 -0
  21. package/minecraft-data/data/bedrock/1.17.40/protocol.json +10 -4
  22. package/minecraft-data/data/bedrock/1.17.40/types.yml +4 -4
  23. package/minecraft-data/data/bedrock/1.18.0/proto.yml +1 -0
  24. package/minecraft-data/data/bedrock/1.18.0/protocol.json +10 -4
  25. package/minecraft-data/data/bedrock/1.18.0/types.yml +4 -4
  26. package/minecraft-data/data/bedrock/1.18.11/proto.yml +1 -0
  27. package/minecraft-data/data/bedrock/1.18.11/protocol.json +10 -4
  28. package/minecraft-data/data/bedrock/1.18.11/types.yml +4 -4
  29. package/minecraft-data/data/bedrock/1.18.30/proto.yml +1 -0
  30. package/minecraft-data/data/bedrock/1.18.30/protocol.json +10 -4
  31. package/minecraft-data/data/bedrock/1.18.30/types.yml +4 -4
  32. package/minecraft-data/data/bedrock/1.19.1/proto.yml +1 -0
  33. package/minecraft-data/data/bedrock/1.19.1/protocol.json +10 -4
  34. package/minecraft-data/data/bedrock/1.19.1/types.yml +4 -4
  35. package/minecraft-data/data/bedrock/1.19.10/proto.yml +1 -0
  36. package/minecraft-data/data/bedrock/1.19.10/protocol.json +31 -24
  37. package/minecraft-data/data/bedrock/1.19.10/types.yml +25 -24
  38. package/minecraft-data/data/bedrock/1.19.20/proto.yml +1 -0
  39. package/minecraft-data/data/bedrock/1.19.20/protocol.json +31 -24
  40. package/minecraft-data/data/bedrock/1.19.20/types.yml +25 -24
  41. package/minecraft-data/data/bedrock/1.19.21/proto.yml +1 -0
  42. package/minecraft-data/data/bedrock/1.19.21/protocol.json +31 -24
  43. package/minecraft-data/data/bedrock/1.19.21/types.yml +25 -24
  44. package/minecraft-data/data/bedrock/1.19.30/proto.yml +1 -0
  45. package/minecraft-data/data/bedrock/1.19.30/protocol.json +31 -24
  46. package/minecraft-data/data/bedrock/1.19.30/types.yml +25 -24
  47. package/minecraft-data/data/bedrock/1.19.40/proto.yml +1 -0
  48. package/minecraft-data/data/bedrock/1.19.40/protocol.json +31 -24
  49. package/minecraft-data/data/bedrock/1.19.40/types.yml +25 -24
  50. package/minecraft-data/data/bedrock/1.19.50/proto.yml +1 -0
  51. package/minecraft-data/data/bedrock/1.19.50/protocol.json +31 -24
  52. package/minecraft-data/data/bedrock/1.19.50/types.yml +25 -24
  53. package/minecraft-data/data/bedrock/1.19.60/proto.yml +1 -0
  54. package/minecraft-data/data/bedrock/1.19.60/protocol.json +31 -24
  55. package/minecraft-data/data/bedrock/1.19.60/types.yml +25 -24
  56. package/minecraft-data/data/bedrock/1.19.62/proto.yml +3852 -0
  57. package/minecraft-data/data/bedrock/1.19.62/protocol.json +31 -24
  58. package/minecraft-data/data/bedrock/1.19.62/types.yml +2064 -0
  59. package/minecraft-data/data/bedrock/1.19.70/protocol.json +11137 -0
  60. package/minecraft-data/data/bedrock/1.19.70/version.json +6 -0
  61. package/minecraft-data/data/bedrock/common/protocolVersions.json +6 -0
  62. package/minecraft-data/data/bedrock/common/versions.json +2 -1
  63. package/minecraft-data/data/bedrock/latest/proto.yml +32 -3
  64. package/minecraft-data/data/bedrock/latest/types.yml +41 -27
  65. package/minecraft-data/data/dataPaths.json +24 -3
  66. package/minecraft-data/doc/history.md +4 -0
  67. package/minecraft-data/tools/js/compileProtocol.js +1 -1
  68. package/package.json +1 -1
  69. package/test/load.js +8 -1
  70. 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: ShortArray[]li32
92
- can_destroy: ShortArray[]li32
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: ShortArray[]li32
105
- can_destroy: ShortArray[]li32
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": 1,
1926
- "mine": 2,
1927
- "doors_and_switches": 4,
1928
- "open_containers": 8,
1929
- "attack_players": 16,
1930
- "attack_mobs": 32,
1931
- "operator_commands": 64,
1932
- "teleport": 128,
1933
- "invulnerable": 256,
1934
- "flying": 512,
1935
- "may_fly": 1024,
1936
- "instant_build": 2048,
1937
- "lightning": 4096,
1938
- "fly_speed": 8192,
1939
- "walk_speed": 16384,
1940
- "muted": 32768,
1941
- "world_builder": 65536,
1942
- "no_clip": 131072
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": "ShortArray"
314
+ "type": "ShortString"
315
315
  }
316
316
  ]
317
317
  },
@@ -321,7 +321,7 @@
321
321
  "array",
322
322
  {
323
323
  "countType": "li32",
324
- "type": "ShortArray"
324
+ "type": "ShortString"
325
325
  }
326
326
  ]
327
327
  },
@@ -378,7 +378,7 @@
378
378
  "array",
379
379
  {
380
380
  "countType": "li32",
381
- "type": "ShortArray"
381
+ "type": "ShortString"
382
382
  }
383
383
  ]
384
384
  },
@@ -388,7 +388,7 @@
388
388
  "array",
389
389
  {
390
390
  "countType": "li32",
391
- "type": "ShortArray"
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": 1,
10662
- "mine": 2,
10663
- "doors_and_switches": 4,
10664
- "open_containers": 8,
10665
- "attack_players": 16,
10666
- "attack_mobs": 32,
10667
- "operator_commands": 64,
10668
- "teleport": 128,
10669
- "invulnerable": 256,
10670
- "flying": 512,
10671
- "may_fly": 1024,
10672
- "instant_build": 2048,
10673
- "lightning": 4096,
10674
- "fly_speed": 8192,
10675
- "walk_speed": 16384,
10676
- "muted": 32768,
10677
- "world_builder": 65536,
10678
- "no_clip": 131072
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: ShortArray[]li32
92
- can_destroy: ShortArray[]li32
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: ShortArray[]li32
105
- can_destroy: ShortArray[]li32
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": 1,
1969
- "mine": 2,
1970
- "doors_and_switches": 4,
1971
- "open_containers": 8,
1972
- "attack_players": 16,
1973
- "attack_mobs": 32,
1974
- "operator_commands": 64,
1975
- "teleport": 128,
1976
- "invulnerable": 256,
1977
- "flying": 512,
1978
- "may_fly": 1024,
1979
- "instant_build": 2048,
1980
- "lightning": 4096,
1981
- "fly_speed": 8192,
1982
- "walk_speed": 16384,
1983
- "muted": 32768,
1984
- "world_builder": 65536,
1985
- "no_clip": 131072
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": "ShortArray"
314
+ "type": "ShortString"
315
315
  }
316
316
  ]
317
317
  },
@@ -321,7 +321,7 @@
321
321
  "array",
322
322
  {
323
323
  "countType": "li32",
324
- "type": "ShortArray"
324
+ "type": "ShortString"
325
325
  }
326
326
  ]
327
327
  },
@@ -378,7 +378,7 @@
378
378
  "array",
379
379
  {
380
380
  "countType": "li32",
381
- "type": "ShortArray"
381
+ "type": "ShortString"
382
382
  }
383
383
  ]
384
384
  },
@@ -388,7 +388,7 @@
388
388
  "array",
389
389
  {
390
390
  "countType": "li32",
391
- "type": "ShortArray"
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": 1,
10730
- "mine": 2,
10731
- "doors_and_switches": 4,
10732
- "open_containers": 8,
10733
- "attack_players": 16,
10734
- "attack_mobs": 32,
10735
- "operator_commands": 64,
10736
- "teleport": 128,
10737
- "invulnerable": 256,
10738
- "flying": 512,
10739
- "may_fly": 1024,
10740
- "instant_build": 2048,
10741
- "lightning": 4096,
10742
- "fly_speed": 8192,
10743
- "walk_speed": 16384,
10744
- "muted": 32768,
10745
- "world_builder": 65536,
10746
- "no_clip": 131072
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: ShortArray[]li32
92
- can_destroy: ShortArray[]li32
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: ShortArray[]li32
105
- can_destroy: ShortArray[]li32
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": 1,
1983
- "mine": 2,
1984
- "doors_and_switches": 4,
1985
- "open_containers": 8,
1986
- "attack_players": 16,
1987
- "attack_mobs": 32,
1988
- "operator_commands": 64,
1989
- "teleport": 128,
1990
- "invulnerable": 256,
1991
- "flying": 512,
1992
- "may_fly": 1024,
1993
- "instant_build": 2048,
1994
- "lightning": 4096,
1995
- "fly_speed": 8192,
1996
- "walk_speed": 16384,
1997
- "muted": 32768,
1998
- "world_builder": 65536,
1999
- "no_clip": 131072
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": "ShortArray"
314
+ "type": "ShortString"
315
315
  }
316
316
  ]
317
317
  },
@@ -321,7 +321,7 @@
321
321
  "array",
322
322
  {
323
323
  "countType": "li32",
324
- "type": "ShortArray"
324
+ "type": "ShortString"
325
325
  }
326
326
  ]
327
327
  },
@@ -378,7 +378,7 @@
378
378
  "array",
379
379
  {
380
380
  "countType": "li32",
381
- "type": "ShortArray"
381
+ "type": "ShortString"
382
382
  }
383
383
  ]
384
384
  },
@@ -388,7 +388,7 @@
388
388
  "array",
389
389
  {
390
390
  "countType": "li32",
391
- "type": "ShortArray"
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": 1,
10765
- "mine": 2,
10766
- "doors_and_switches": 4,
10767
- "open_containers": 8,
10768
- "attack_players": 16,
10769
- "attack_mobs": 32,
10770
- "operator_commands": 64,
10771
- "teleport": 128,
10772
- "invulnerable": 256,
10773
- "flying": 512,
10774
- "may_fly": 1024,
10775
- "instant_build": 2048,
10776
- "lightning": 4096,
10777
- "fly_speed": 8192,
10778
- "walk_speed": 16384,
10779
- "muted": 32768,
10780
- "world_builder": 65536,
10781
- "no_clip": 131072
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: ShortArray[]li32
92
- can_destroy: ShortArray[]li32
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: ShortArray[]li32
105
- can_destroy: ShortArray[]li32
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": 1,
2001
- "mine": 2,
2002
- "doors_and_switches": 4,
2003
- "open_containers": 8,
2004
- "attack_players": 16,
2005
- "attack_mobs": 32,
2006
- "operator_commands": 64,
2007
- "teleport": 128,
2008
- "invulnerable": 256,
2009
- "flying": 512,
2010
- "may_fly": 1024,
2011
- "instant_build": 2048,
2012
- "lightning": 4096,
2013
- "fly_speed": 8192,
2014
- "walk_speed": 16384,
2015
- "muted": 32768,
2016
- "world_builder": 65536,
2017
- "no_clip": 131072
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