minecraft-data 3.62.0 → 3.63.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 (49) hide show
  1. package/data.js +23 -1
  2. package/doc/history.md +4 -0
  3. package/minecraft-data/.github/helper-bot/index.js +2 -2
  4. package/minecraft-data/.github/workflows/update-helper.yml +1 -1
  5. package/minecraft-data/README.md +1 -1
  6. package/minecraft-data/data/bedrock/1.19.10/protocol.json +1 -3
  7. package/minecraft-data/data/bedrock/1.19.10/types.yml +0 -2
  8. package/minecraft-data/data/bedrock/1.19.20/protocol.json +1 -3
  9. package/minecraft-data/data/bedrock/1.19.20/types.yml +0 -2
  10. package/minecraft-data/data/bedrock/1.19.21/protocol.json +1 -3
  11. package/minecraft-data/data/bedrock/1.19.21/types.yml +0 -2
  12. package/minecraft-data/data/bedrock/1.19.30/protocol.json +1 -3
  13. package/minecraft-data/data/bedrock/1.19.30/types.yml +0 -2
  14. package/minecraft-data/data/bedrock/1.19.40/protocol.json +6 -8
  15. package/minecraft-data/data/bedrock/1.19.40/types.yml +0 -2
  16. package/minecraft-data/data/bedrock/1.19.50/protocol.json +16 -18
  17. package/minecraft-data/data/bedrock/1.19.50/types.yml +0 -2
  18. package/minecraft-data/data/bedrock/1.19.60/protocol.json +20 -22
  19. package/minecraft-data/data/bedrock/1.19.60/types.yml +0 -2
  20. package/minecraft-data/data/bedrock/1.19.62/protocol.json +20 -22
  21. package/minecraft-data/data/bedrock/1.19.62/types.yml +0 -2
  22. package/minecraft-data/data/bedrock/1.19.70/protocol.json +24 -26
  23. package/minecraft-data/data/bedrock/1.19.70/types.yml +0 -2
  24. package/minecraft-data/data/bedrock/1.19.80/protocol.json +24 -26
  25. package/minecraft-data/data/bedrock/1.19.80/types.yml +0 -2
  26. package/minecraft-data/data/bedrock/1.20.0/protocol.json +28 -30
  27. package/minecraft-data/data/bedrock/1.20.0/types.yml +0 -2
  28. package/minecraft-data/data/bedrock/1.20.10/protocol.json +28 -30
  29. package/minecraft-data/data/bedrock/1.20.10/types.yml +0 -2
  30. package/minecraft-data/data/bedrock/1.20.30/protocol.json +35 -37
  31. package/minecraft-data/data/bedrock/1.20.30/types.yml +0 -2
  32. package/minecraft-data/data/bedrock/1.20.40/protocol.json +35 -37
  33. package/minecraft-data/data/bedrock/1.20.40/types.yml +0 -2
  34. package/minecraft-data/data/bedrock/1.20.50/protocol.json +44 -46
  35. package/minecraft-data/data/bedrock/1.20.50/types.yml +0 -2
  36. package/minecraft-data/data/bedrock/1.20.61/proto.yml +4147 -0
  37. package/minecraft-data/data/bedrock/1.20.61/protocol.json +44 -46
  38. package/minecraft-data/data/bedrock/1.20.61/types.yml +2291 -0
  39. package/minecraft-data/data/bedrock/1.20.71/protocol.json +12171 -0
  40. package/minecraft-data/data/bedrock/1.20.71/version.json +6 -0
  41. package/minecraft-data/data/bedrock/common/protocolVersions.json +6 -0
  42. package/minecraft-data/data/bedrock/common/versions.json +2 -1
  43. package/minecraft-data/data/bedrock/latest/proto.yml +18 -11
  44. package/minecraft-data/data/bedrock/latest/types.yml +24 -2
  45. package/minecraft-data/data/dataPaths.json +23 -1
  46. package/minecraft-data/data/pc/common/protocolVersions.json +16 -0
  47. package/minecraft-data/doc/history.md +5 -0
  48. package/package.json +1 -1
  49. package/minecraft-data/.github/helper-bot/github-helper.js +0 -59
package/data.js CHANGED
@@ -1967,9 +1967,31 @@ module.exports =
1967
1967
  get steve () { return require("./minecraft-data/data/bedrock/1.16.201/steve.json") },
1968
1968
  get blocksB2J () { return require("./minecraft-data/data/bedrock/1.20.0/blocksB2J.json") },
1969
1969
  get blocksJ2B () { return require("./minecraft-data/data/bedrock/1.20.0/blocksJ2B.json") },
1970
+ proto: __dirname + '/minecraft-data/data/bedrock/1.20.61/proto.yml',
1971
+ types: __dirname + '/minecraft-data/data/bedrock/1.20.61/types.yml',
1972
+ get version () { return require("./minecraft-data/data/bedrock/1.20.61/version.json") },
1973
+ get language () { return require("./minecraft-data/data/bedrock/1.20.10/language.json") }
1974
+ },
1975
+ '1.20.71': {
1976
+ get blocks () { return require("./minecraft-data/data/bedrock/1.20.0/blocks.json") },
1977
+ get blockStates () { return require("./minecraft-data/data/bedrock/1.20.0/blockStates.json") },
1978
+ get blockCollisionShapes () { return require("./minecraft-data/data/bedrock/1.20.0/blockCollisionShapes.json") },
1979
+ get biomes () { return require("./minecraft-data/data/bedrock/1.20.0/biomes.json") },
1980
+ get entities () { return require("./minecraft-data/data/bedrock/1.19.1/entities.json") },
1981
+ get items () { return require("./minecraft-data/data/bedrock/1.20.0/items.json") },
1982
+ get recipes () { return require("./minecraft-data/data/bedrock/1.19.10/recipes.json") },
1983
+ get instruments () { return require("./minecraft-data/data/bedrock/1.17.0/instruments.json") },
1984
+ get materials () { return require("./minecraft-data/data/pc/1.17/materials.json") },
1985
+ get enchantments () { return require("./minecraft-data/data/bedrock/1.19.1/enchantments.json") },
1986
+ get effects () { return require("./minecraft-data/data/pc/1.17/effects.json") },
1987
+ get protocol () { return require("./minecraft-data/data/bedrock/1.20.71/protocol.json") },
1988
+ get windows () { return require("./minecraft-data/data/bedrock/1.16.201/windows.json") },
1989
+ get steve () { return require("./minecraft-data/data/bedrock/1.16.201/steve.json") },
1990
+ get blocksB2J () { return require("./minecraft-data/data/bedrock/1.20.0/blocksB2J.json") },
1991
+ get blocksJ2B () { return require("./minecraft-data/data/bedrock/1.20.0/blocksJ2B.json") },
1970
1992
  proto: __dirname + '/minecraft-data/data/bedrock/latest/proto.yml',
1971
1993
  types: __dirname + '/minecraft-data/data/bedrock/latest/types.yml',
1972
- get version () { return require("./minecraft-data/data/bedrock/1.20.61/version.json") },
1994
+ get version () { return require("./minecraft-data/data/bedrock/1.20.71/version.json") },
1973
1995
  get language () { return require("./minecraft-data/data/bedrock/1.20.10/language.json") }
1974
1996
  }
1975
1997
  }
package/doc/history.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # History
2
2
 
3
+ ## 3.63.0
4
+
5
+ * update `minecraft-data`
6
+
3
7
  ## 3.62.0
4
8
 
5
9
  * update `minecraft-data`
@@ -1,6 +1,6 @@
1
1
  const fs = require('fs')
2
2
  const cp = require('child_process')
3
- const helper = require('./github-helper')
3
+ const helper = require('gh-helpers')()
4
4
  const pcManifestURL = 'https://launchermeta.mojang.com/mc/game/version_manifest.json'
5
5
  const changelogURL = 'https://feedback.minecraft.net/hc/en-us/sections/360001186971-Release-Changelogs'
6
6
 
@@ -51,7 +51,7 @@ async function updateManifestPC () {
51
51
  const latestVersionIsSnapshot = latestVersionData.type !== 'release'
52
52
 
53
53
  const title = `Support Minecraft PC ${latestVersion}`
54
- const issueStatus = await helper.getIssueStatus(title)
54
+ const issueStatus = await helper.getIssueStatus({ title })
55
55
 
56
56
  if (latestVersionIsSnapshot) {
57
57
  // don't make issues for snapshots
@@ -16,7 +16,7 @@ jobs:
16
16
  with:
17
17
  node-version: 18.0.0
18
18
  - name: Install Github Actions toolkit
19
- run: npm i @actions/github
19
+ run: npm i gh-helpers
20
20
  working-directory: .github/helper-bot
21
21
  # The env vars contain the relevant trigger information, so we don't need to pass it
22
22
  - name: Runs helper
@@ -10,7 +10,7 @@ Language independent module providing minecraft data for minecraft clients, serv
10
10
  Supports
11
11
  * Minecraft PC version 0.30c (classic), 1.7.10, 1.8.8, 1.9 (15w40b, 1.9, 1.9.1-pre2, 1.9.2, 1.9.4),
12
12
  1.10 (16w20a, 1.10-pre1, 1.10, 1.10.1, 1.10.2), 1.11 (16w35a, 1.11, 1.11.2), 1.12 (17w15a, 17w18b, 1.12-pre4, 1.12, 1.12.1, 1.12.2), 1.13 (17w50a, 1.13, 1.13.1, 1.13.2-pre1, 1.13.2-pre2, 1.13.2), 1.14 (1.14, 1.14.1, 1.14.3, 1.14.4), 1.15 (1.15, 1.15.1, 1.15.2), 1.16 (20w13b, 20w14a, 1.16-rc1, 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5), 1.17, 1.17.1, 1.18 (1.18, 1.18.1, 1.18.2), 1.19 (1.19, 1.19.2, 1.19.3, 1.19.4), 1.20 (1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4)
13
- * Minecraft bedrock version 0.14, 0.15, 1.0, 1.16.201, 1.16.210, 1.16.220, 1.17.0, 1.17.10, 1.17.30, 1.17.40, 1.18.0, 1.18.11, 1.18.30, 1.19.1, 1.19.10, 1.19.20, 1.19.21, 1.19.30, 1.19.40, 1.19.50, 1.19.60, 1.19.62, 1.19.63, 1.19.70, 1.19.80, 1.20.0, 1.20.10, 1.20.30, 1.20.40, 1.20.50, 1.20.61
13
+ * Minecraft bedrock version 0.14, 0.15, 1.0, 1.16.201, 1.16.210, 1.16.220, 1.17.0, 1.17.10, 1.17.30, 1.17.40, 1.18.0, 1.18.11, 1.18.30, 1.19.1, 1.19.10, 1.19.20, 1.19.21, 1.19.30, 1.19.40, 1.19.50, 1.19.60, 1.19.62, 1.19.63, 1.19.70, 1.19.80, 1.20.0, 1.20.10, 1.20.30, 1.20.40, 1.20.50, 1.20.61, 1.20.71
14
14
 
15
15
 
16
16
  ## Wrappers
@@ -3505,9 +3505,7 @@
3505
3505
  "439": "Record5",
3506
3506
  "440": "ConvertToFrog",
3507
3507
  "441": "RecordPlaying",
3508
- "442": "DrinkMilk",
3509
- "443": "RecordPlaying",
3510
- "444": "Undefined"
3508
+ "442": "Undefined"
3511
3509
  }
3512
3510
  }
3513
3511
  ],
@@ -1809,8 +1809,6 @@ SoundType: varint =>
1809
1809
  - Record5
1810
1810
  - ConvertToFrog
1811
1811
  - RecordPlaying
1812
- - DrinkMilk
1813
- - RecordPlaying
1814
1812
  - Undefined
1815
1813
 
1816
1814
  # TODO: remove?
@@ -3543,9 +3543,7 @@
3543
3543
  "439": "Record5",
3544
3544
  "440": "ConvertToFrog",
3545
3545
  "441": "RecordPlaying",
3546
- "442": "DrinkMilk",
3547
- "443": "RecordPlaying",
3548
- "444": "Undefined"
3546
+ "442": "Undefined"
3549
3547
  }
3550
3548
  }
3551
3549
  ],
@@ -1816,8 +1816,6 @@ SoundType: varint =>
1816
1816
  - Record5
1817
1817
  - ConvertToFrog
1818
1818
  - RecordPlaying
1819
- - DrinkMilk
1820
- - RecordPlaying
1821
1819
  - Undefined
1822
1820
 
1823
1821
  # TODO: remove?
@@ -3543,9 +3543,7 @@
3543
3543
  "439": "Record5",
3544
3544
  "440": "ConvertToFrog",
3545
3545
  "441": "RecordPlaying",
3546
- "442": "DrinkMilk",
3547
- "443": "RecordPlaying",
3548
- "444": "Undefined"
3546
+ "442": "Undefined"
3549
3547
  }
3550
3548
  }
3551
3549
  ],
@@ -1816,8 +1816,6 @@ SoundType: varint =>
1816
1816
  - Record5
1817
1817
  - ConvertToFrog
1818
1818
  - RecordPlaying
1819
- - DrinkMilk
1820
- - RecordPlaying
1821
1819
  - Undefined
1822
1820
 
1823
1821
  # TODO: remove?
@@ -3625,9 +3625,7 @@
3625
3625
  "439": "Record5",
3626
3626
  "440": "ConvertToFrog",
3627
3627
  "441": "RecordPlaying",
3628
- "442": "DrinkMilk",
3629
- "443": "RecordPlaying",
3630
- "444": "EnchantingTableUse"
3628
+ "442": "EnchantingTableUse"
3631
3629
  }
3632
3630
  }
3633
3631
  ],
@@ -1859,8 +1859,6 @@ SoundType: varint =>
1859
1859
  - Record5
1860
1860
  - ConvertToFrog
1861
1861
  - RecordPlaying
1862
- - DrinkMilk
1863
- - RecordPlaying
1864
1862
  - EnchantingTableUse
1865
1863
 
1866
1864
  # TODO: remove?
@@ -3678,14 +3678,12 @@
3678
3678
  "439": "Record5",
3679
3679
  "440": "ConvertToFrog",
3680
3680
  "441": "RecordPlaying",
3681
- "442": "DrinkMilk",
3682
- "443": "RecordPlaying",
3683
- "444": "EnchantingTableUse",
3684
- "445": "_",
3685
- "446": "_",
3686
- "447": "BundleDropContents",
3687
- "448": "BundleInsert",
3688
- "449": "BundleRemoveOne"
3681
+ "442": "EnchantingTableUse",
3682
+ "443": "_",
3683
+ "444": "_",
3684
+ "445": "BundleDropContents",
3685
+ "446": "BundleInsert",
3686
+ "447": "BundleRemoveOne"
3689
3687
  }
3690
3688
  }
3691
3689
  ],
@@ -1871,8 +1871,6 @@ SoundType: varint =>
1871
1871
  - Record5
1872
1872
  - ConvertToFrog
1873
1873
  - RecordPlaying
1874
- - DrinkMilk
1875
- - RecordPlaying
1876
1874
  - EnchantingTableUse
1877
1875
  - _
1878
1876
  - _
@@ -3682,24 +3682,22 @@
3682
3682
  "439": "Record5",
3683
3683
  "440": "ConvertToFrog",
3684
3684
  "441": "RecordPlaying",
3685
- "442": "DrinkMilk",
3686
- "443": "RecordPlaying",
3687
- "444": "EnchantingTableUse",
3688
- "445": "StepSand",
3689
- "446": "DashReady",
3690
- "447": "BundleDropContents",
3691
- "448": "BundleInsert",
3692
- "449": "BundleRemoveOne",
3693
- "450": "PressurePlateClickOff",
3694
- "451": "PressurePlateClickOn",
3695
- "452": "ButtonClickOff",
3696
- "453": "ButtonClickOn",
3697
- "454": "DoorOpen",
3698
- "455": "DoorClose",
3699
- "456": "TrapdoorOpen",
3700
- "457": "TrapdoorClose",
3701
- "458": "FenceGateOpen",
3702
- "459": "FenceGateClose"
3685
+ "442": "EnchantingTableUse",
3686
+ "443": "StepSand",
3687
+ "444": "DashReady",
3688
+ "445": "BundleDropContents",
3689
+ "446": "BundleInsert",
3690
+ "447": "BundleRemoveOne",
3691
+ "448": "PressurePlateClickOff",
3692
+ "449": "PressurePlateClickOn",
3693
+ "450": "ButtonClickOff",
3694
+ "451": "ButtonClickOn",
3695
+ "452": "DoorOpen",
3696
+ "453": "DoorClose",
3697
+ "454": "TrapdoorOpen",
3698
+ "455": "TrapdoorClose",
3699
+ "456": "FenceGateOpen",
3700
+ "457": "FenceGateClose"
3703
3701
  }
3704
3702
  }
3705
3703
  ],
@@ -1879,8 +1879,6 @@ SoundType: varint =>
1879
1879
  - Record5
1880
1880
  - ConvertToFrog
1881
1881
  - RecordPlaying
1882
- - DrinkMilk
1883
- - RecordPlaying
1884
1882
  - EnchantingTableUse
1885
1883
  - StepSand
1886
1884
  - DashReady
@@ -3713,28 +3713,26 @@
3713
3713
  "439": "Record5",
3714
3714
  "440": "ConvertToFrog",
3715
3715
  "441": "RecordPlaying",
3716
- "442": "DrinkMilk",
3717
- "443": "RecordPlaying",
3718
- "444": "EnchantingTableUse",
3719
- "445": "StepSand",
3720
- "446": "DashReady",
3721
- "447": "BundleDropContents",
3722
- "448": "BundleInsert",
3723
- "449": "BundleRemoveOne",
3724
- "450": "PressurePlateClickOff",
3725
- "451": "PressurePlateClickOn",
3726
- "452": "ButtonClickOff",
3727
- "453": "ButtonClickOn",
3728
- "454": "DoorOpen",
3729
- "455": "DoorClose",
3730
- "456": "TrapdoorOpen",
3731
- "457": "TrapdoorClose",
3732
- "458": "FenceGateOpen",
3733
- "459": "FenceGateClose",
3734
- "460": "Insert",
3735
- "461": "Pickup",
3736
- "462": "InsertEnchanted",
3737
- "463": "PickupEnchanted"
3716
+ "442": "EnchantingTableUse",
3717
+ "443": "StepSand",
3718
+ "444": "DashReady",
3719
+ "445": "BundleDropContents",
3720
+ "446": "BundleInsert",
3721
+ "447": "BundleRemoveOne",
3722
+ "448": "PressurePlateClickOff",
3723
+ "449": "PressurePlateClickOn",
3724
+ "450": "ButtonClickOff",
3725
+ "451": "ButtonClickOn",
3726
+ "452": "DoorOpen",
3727
+ "453": "DoorClose",
3728
+ "454": "TrapdoorOpen",
3729
+ "455": "TrapdoorClose",
3730
+ "456": "FenceGateOpen",
3731
+ "457": "FenceGateClose",
3732
+ "458": "Insert",
3733
+ "459": "Pickup",
3734
+ "460": "InsertEnchanted",
3735
+ "461": "PickupEnchanted"
3738
3736
  }
3739
3737
  }
3740
3738
  ],
@@ -1899,8 +1899,6 @@ SoundType: varint =>
1899
1899
  - Record5
1900
1900
  - ConvertToFrog
1901
1901
  - RecordPlaying
1902
- - DrinkMilk
1903
- - RecordPlaying
1904
1902
  - EnchantingTableUse
1905
1903
  - StepSand
1906
1904
  - DashReady
@@ -3717,28 +3717,26 @@
3717
3717
  "439": "Record5",
3718
3718
  "440": "ConvertToFrog",
3719
3719
  "441": "RecordPlaying",
3720
- "442": "DrinkMilk",
3721
- "443": "RecordPlaying",
3722
- "444": "EnchantingTableUse",
3723
- "445": "StepSand",
3724
- "446": "DashReady",
3725
- "447": "BundleDropContents",
3726
- "448": "BundleInsert",
3727
- "449": "BundleRemoveOne",
3728
- "450": "PressurePlateClickOff",
3729
- "451": "PressurePlateClickOn",
3730
- "452": "ButtonClickOff",
3731
- "453": "ButtonClickOn",
3732
- "454": "DoorOpen",
3733
- "455": "DoorClose",
3734
- "456": "TrapdoorOpen",
3735
- "457": "TrapdoorClose",
3736
- "458": "FenceGateOpen",
3737
- "459": "FenceGateClose",
3738
- "460": "Insert",
3739
- "461": "Pickup",
3740
- "462": "InsertEnchanted",
3741
- "463": "PickupEnchanted"
3720
+ "442": "EnchantingTableUse",
3721
+ "443": "StepSand",
3722
+ "444": "DashReady",
3723
+ "445": "BundleDropContents",
3724
+ "446": "BundleInsert",
3725
+ "447": "BundleRemoveOne",
3726
+ "448": "PressurePlateClickOff",
3727
+ "449": "PressurePlateClickOn",
3728
+ "450": "ButtonClickOff",
3729
+ "451": "ButtonClickOn",
3730
+ "452": "DoorOpen",
3731
+ "453": "DoorClose",
3732
+ "454": "TrapdoorOpen",
3733
+ "455": "TrapdoorClose",
3734
+ "456": "FenceGateOpen",
3735
+ "457": "FenceGateClose",
3736
+ "458": "Insert",
3737
+ "459": "Pickup",
3738
+ "460": "InsertEnchanted",
3739
+ "461": "PickupEnchanted"
3742
3740
  }
3743
3741
  }
3744
3742
  ],
@@ -1900,8 +1900,6 @@ SoundType: varint =>
1900
1900
  - Record5
1901
1901
  - ConvertToFrog
1902
1902
  - RecordPlaying
1903
- - DrinkMilk
1904
- - RecordPlaying
1905
1903
  - EnchantingTableUse
1906
1904
  - StepSand
1907
1905
  - DashReady
@@ -3725,32 +3725,30 @@
3725
3725
  "439": "Record5",
3726
3726
  "440": "ConvertToFrog",
3727
3727
  "441": "RecordPlaying",
3728
- "442": "DrinkMilk",
3729
- "443": "RecordPlaying",
3730
- "444": "EnchantingTableUse",
3731
- "445": "StepSand",
3732
- "446": "DashReady",
3733
- "447": "BundleDropContents",
3734
- "448": "BundleInsert",
3735
- "449": "BundleRemoveOne",
3736
- "450": "PressurePlateClickOff",
3737
- "451": "PressurePlateClickOn",
3738
- "452": "ButtonClickOff",
3739
- "453": "ButtonClickOn",
3740
- "454": "DoorOpen",
3741
- "455": "DoorClose",
3742
- "456": "TrapdoorOpen",
3743
- "457": "TrapdoorClose",
3744
- "458": "FenceGateOpen",
3745
- "459": "FenceGateClose",
3746
- "460": "Insert",
3747
- "461": "Pickup",
3748
- "462": "InsertEnchanted",
3749
- "463": "PickupEnchanted",
3750
- "464": "Brush",
3751
- "465": "BrushCompleted",
3752
- "466": "ShatterDecoratedPot",
3753
- "467": "BreakDecoratedPot"
3728
+ "442": "EnchantingTableUse",
3729
+ "443": "StepSand",
3730
+ "444": "DashReady",
3731
+ "445": "BundleDropContents",
3732
+ "446": "BundleInsert",
3733
+ "447": "BundleRemoveOne",
3734
+ "448": "PressurePlateClickOff",
3735
+ "449": "PressurePlateClickOn",
3736
+ "450": "ButtonClickOff",
3737
+ "451": "ButtonClickOn",
3738
+ "452": "DoorOpen",
3739
+ "453": "DoorClose",
3740
+ "454": "TrapdoorOpen",
3741
+ "455": "TrapdoorClose",
3742
+ "456": "FenceGateOpen",
3743
+ "457": "FenceGateClose",
3744
+ "458": "Insert",
3745
+ "459": "Pickup",
3746
+ "460": "InsertEnchanted",
3747
+ "461": "PickupEnchanted",
3748
+ "462": "Brush",
3749
+ "463": "BrushCompleted",
3750
+ "464": "ShatterDecoratedPot",
3751
+ "465": "BreakDecoratedPot"
3754
3752
  }
3755
3753
  }
3756
3754
  ],
@@ -1908,8 +1908,6 @@ SoundType: varint =>
1908
1908
  - Record5
1909
1909
  - ConvertToFrog
1910
1910
  - RecordPlaying
1911
- - DrinkMilk
1912
- - RecordPlaying
1913
1911
  - EnchantingTableUse
1914
1912
  - StepSand
1915
1913
  - DashReady
@@ -3760,32 +3760,30 @@
3760
3760
  "439": "Record5",
3761
3761
  "440": "ConvertToFrog",
3762
3762
  "441": "RecordPlaying",
3763
- "442": "DrinkMilk",
3764
- "443": "RecordPlaying",
3765
- "444": "EnchantingTableUse",
3766
- "445": "StepSand",
3767
- "446": "DashReady",
3768
- "447": "BundleDropContents",
3769
- "448": "BundleInsert",
3770
- "449": "BundleRemoveOne",
3771
- "450": "PressurePlateClickOff",
3772
- "451": "PressurePlateClickOn",
3773
- "452": "ButtonClickOff",
3774
- "453": "ButtonClickOn",
3775
- "454": "DoorOpen",
3776
- "455": "DoorClose",
3777
- "456": "TrapdoorOpen",
3778
- "457": "TrapdoorClose",
3779
- "458": "FenceGateOpen",
3780
- "459": "FenceGateClose",
3781
- "460": "Insert",
3782
- "461": "Pickup",
3783
- "462": "InsertEnchanted",
3784
- "463": "PickupEnchanted",
3785
- "464": "Brush",
3786
- "465": "BrushCompleted",
3787
- "466": "ShatterDecoratedPot",
3788
- "467": "BreakDecoratedPot"
3763
+ "442": "EnchantingTableUse",
3764
+ "443": "StepSand",
3765
+ "444": "DashReady",
3766
+ "445": "BundleDropContents",
3767
+ "446": "BundleInsert",
3768
+ "447": "BundleRemoveOne",
3769
+ "448": "PressurePlateClickOff",
3770
+ "449": "PressurePlateClickOn",
3771
+ "450": "ButtonClickOff",
3772
+ "451": "ButtonClickOn",
3773
+ "452": "DoorOpen",
3774
+ "453": "DoorClose",
3775
+ "454": "TrapdoorOpen",
3776
+ "455": "TrapdoorClose",
3777
+ "456": "FenceGateOpen",
3778
+ "457": "FenceGateClose",
3779
+ "458": "Insert",
3780
+ "459": "Pickup",
3781
+ "460": "InsertEnchanted",
3782
+ "461": "PickupEnchanted",
3783
+ "462": "Brush",
3784
+ "463": "BrushCompleted",
3785
+ "464": "ShatterDecoratedPot",
3786
+ "465": "BreakDecoratedPot"
3789
3787
  }
3790
3788
  }
3791
3789
  ],
@@ -1918,8 +1918,6 @@ SoundType: varint =>
1918
1918
  - Record5
1919
1919
  - ConvertToFrog
1920
1920
  - RecordPlaying
1921
- - DrinkMilk
1922
- - RecordPlaying
1923
1921
  - EnchantingTableUse
1924
1922
  - StepSand
1925
1923
  - DashReady
@@ -3762,36 +3762,34 @@
3762
3762
  "439": "Record5",
3763
3763
  "440": "ConvertToFrog",
3764
3764
  "441": "RecordPlaying",
3765
- "442": "DrinkMilk",
3766
- "443": "RecordPlaying",
3767
- "444": "EnchantingTableUse",
3768
- "445": "StepSand",
3769
- "446": "DashReady",
3770
- "447": "BundleDropContents",
3771
- "448": "BundleInsert",
3772
- "449": "BundleRemoveOne",
3773
- "450": "PressurePlateClickOff",
3774
- "451": "PressurePlateClickOn",
3775
- "452": "ButtonClickOff",
3776
- "453": "ButtonClickOn",
3777
- "454": "DoorOpen",
3778
- "455": "DoorClose",
3779
- "456": "TrapdoorOpen",
3780
- "457": "TrapdoorClose",
3781
- "458": "FenceGateOpen",
3782
- "459": "FenceGateClose",
3783
- "460": "Insert",
3784
- "461": "Pickup",
3785
- "462": "InsertEnchanted",
3786
- "463": "PickupEnchanted",
3787
- "464": "Brush",
3788
- "465": "BrushCompleted",
3789
- "466": "ShatterDecoratedPot",
3790
- "467": "BreakDecoratedPot",
3791
- "468": "SnifferEggCrack",
3792
- "469": "SnifferEggHatched",
3793
- "470": "WaxedSignInteractFail",
3794
- "471": "RecordRelic"
3765
+ "442": "EnchantingTableUse",
3766
+ "443": "StepSand",
3767
+ "444": "DashReady",
3768
+ "445": "BundleDropContents",
3769
+ "446": "BundleInsert",
3770
+ "447": "BundleRemoveOne",
3771
+ "448": "PressurePlateClickOff",
3772
+ "449": "PressurePlateClickOn",
3773
+ "450": "ButtonClickOff",
3774
+ "451": "ButtonClickOn",
3775
+ "452": "DoorOpen",
3776
+ "453": "DoorClose",
3777
+ "454": "TrapdoorOpen",
3778
+ "455": "TrapdoorClose",
3779
+ "456": "FenceGateOpen",
3780
+ "457": "FenceGateClose",
3781
+ "458": "Insert",
3782
+ "459": "Pickup",
3783
+ "460": "InsertEnchanted",
3784
+ "461": "PickupEnchanted",
3785
+ "462": "Brush",
3786
+ "463": "BrushCompleted",
3787
+ "464": "ShatterDecoratedPot",
3788
+ "465": "BreakDecoratedPot",
3789
+ "466": "SnifferEggCrack",
3790
+ "467": "SnifferEggHatched",
3791
+ "468": "WaxedSignInteractFail",
3792
+ "469": "RecordRelic"
3795
3793
  }
3796
3794
  }
3797
3795
  ],
@@ -1920,8 +1920,6 @@ SoundType: varint =>
1920
1920
  - Record5
1921
1921
  - ConvertToFrog
1922
1922
  - RecordPlaying
1923
- - DrinkMilk
1924
- - RecordPlaying
1925
1923
  - EnchantingTableUse
1926
1924
  - StepSand
1927
1925
  - DashReady