minecraft-data 3.62.0 → 3.64.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 (72) hide show
  1. package/data.js +69 -25
  2. package/doc/history.md +8 -0
  3. package/index.d.ts +17 -0
  4. package/minecraft-data/.github/helper-bot/index.js +2 -2
  5. package/minecraft-data/.github/workflows/update-helper.yml +1 -1
  6. package/minecraft-data/README.md +2 -1
  7. package/minecraft-data/data/bedrock/1.19.10/protocol.json +1 -3
  8. package/minecraft-data/data/bedrock/1.19.10/types.yml +0 -2
  9. package/minecraft-data/data/bedrock/1.19.20/protocol.json +1 -3
  10. package/minecraft-data/data/bedrock/1.19.20/types.yml +0 -2
  11. package/minecraft-data/data/bedrock/1.19.21/protocol.json +1 -3
  12. package/minecraft-data/data/bedrock/1.19.21/types.yml +0 -2
  13. package/minecraft-data/data/bedrock/1.19.30/protocol.json +1 -3
  14. package/minecraft-data/data/bedrock/1.19.30/types.yml +0 -2
  15. package/minecraft-data/data/bedrock/1.19.40/protocol.json +6 -8
  16. package/minecraft-data/data/bedrock/1.19.40/types.yml +0 -2
  17. package/minecraft-data/data/bedrock/1.19.50/protocol.json +16 -18
  18. package/minecraft-data/data/bedrock/1.19.50/types.yml +0 -2
  19. package/minecraft-data/data/bedrock/1.19.60/protocol.json +20 -22
  20. package/minecraft-data/data/bedrock/1.19.60/types.yml +0 -2
  21. package/minecraft-data/data/bedrock/1.19.62/protocol.json +20 -22
  22. package/minecraft-data/data/bedrock/1.19.62/types.yml +0 -2
  23. package/minecraft-data/data/bedrock/1.19.70/protocol.json +24 -26
  24. package/minecraft-data/data/bedrock/1.19.70/types.yml +0 -2
  25. package/minecraft-data/data/bedrock/1.19.80/protocol.json +24 -26
  26. package/minecraft-data/data/bedrock/1.19.80/types.yml +0 -2
  27. package/minecraft-data/data/bedrock/1.20.0/protocol.json +28 -30
  28. package/minecraft-data/data/bedrock/1.20.0/types.yml +0 -2
  29. package/minecraft-data/data/bedrock/1.20.10/protocol.json +28 -30
  30. package/minecraft-data/data/bedrock/1.20.10/types.yml +0 -2
  31. package/minecraft-data/data/bedrock/1.20.30/protocol.json +35 -37
  32. package/minecraft-data/data/bedrock/1.20.30/types.yml +0 -2
  33. package/minecraft-data/data/bedrock/1.20.40/protocol.json +35 -37
  34. package/minecraft-data/data/bedrock/1.20.40/types.yml +0 -2
  35. package/minecraft-data/data/bedrock/1.20.50/protocol.json +44 -46
  36. package/minecraft-data/data/bedrock/1.20.50/types.yml +0 -2
  37. package/minecraft-data/data/bedrock/1.20.61/proto.yml +4147 -0
  38. package/minecraft-data/data/bedrock/1.20.61/protocol.json +44 -46
  39. package/minecraft-data/data/bedrock/1.20.61/types.yml +2291 -0
  40. package/minecraft-data/data/bedrock/1.20.71/protocol.json +12171 -0
  41. package/minecraft-data/data/bedrock/1.20.71/version.json +6 -0
  42. package/minecraft-data/data/bedrock/common/protocolVersions.json +6 -0
  43. package/minecraft-data/data/bedrock/common/versions.json +2 -1
  44. package/minecraft-data/data/bedrock/latest/proto.yml +18 -11
  45. package/minecraft-data/data/bedrock/latest/types.yml +24 -2
  46. package/minecraft-data/data/dataPaths.json +70 -26
  47. package/minecraft-data/data/pc/1.10.2/sounds.json +1854 -0
  48. package/minecraft-data/data/pc/1.11.2/sounds.json +1974 -0
  49. package/minecraft-data/data/pc/1.12.2/sounds.json +2198 -0
  50. package/minecraft-data/data/pc/1.13.2/sounds.json +2650 -0
  51. package/minecraft-data/data/pc/1.14/sounds.json +3182 -0
  52. package/minecraft-data/data/pc/1.14.4/sounds.json +3182 -0
  53. package/minecraft-data/data/pc/1.15/sounds.json +3242 -0
  54. package/minecraft-data/data/pc/1.15.2/sounds.json +3242 -0
  55. package/minecraft-data/data/pc/1.16/sounds.json +3942 -0
  56. package/minecraft-data/data/pc/1.17/sounds.json +4762 -0
  57. package/minecraft-data/data/pc/1.18/sounds.json +4814 -0
  58. package/minecraft-data/data/pc/1.19/sounds.json +5286 -0
  59. package/minecraft-data/data/pc/1.19.2/sounds.json +1 -0
  60. package/minecraft-data/data/pc/1.20.1/sounds.json +1 -0
  61. package/minecraft-data/data/pc/1.20.2/sounds.json +1 -0
  62. package/minecraft-data/data/pc/1.20.4/sounds.json +6158 -0
  63. package/minecraft-data/data/pc/1.9.4/sounds.json +1778 -0
  64. package/minecraft-data/data/pc/common/features.json +5 -0
  65. package/minecraft-data/data/pc/common/protocolVersions.json +24 -0
  66. package/minecraft-data/doc/ARCHITECTURE.md +20 -0
  67. package/minecraft-data/doc/add-data-new-version.md +1 -1
  68. package/minecraft-data/doc/history.md +12 -0
  69. package/minecraft-data/schemas/sounds_schema.json +22 -0
  70. package/minecraft-data/tools/js/test/test.js +1 -1
  71. package/package.json +2 -2
  72. package/minecraft-data/.github/helper-bot/github-helper.js +0 -59
@@ -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
@@ -3766,36 +3766,34 @@
3766
3766
  "439": "Record5",
3767
3767
  "440": "ConvertToFrog",
3768
3768
  "441": "RecordPlaying",
3769
- "442": "DrinkMilk",
3770
- "443": "RecordPlaying",
3771
- "444": "EnchantingTableUse",
3772
- "445": "StepSand",
3773
- "446": "DashReady",
3774
- "447": "BundleDropContents",
3775
- "448": "BundleInsert",
3776
- "449": "BundleRemoveOne",
3777
- "450": "PressurePlateClickOff",
3778
- "451": "PressurePlateClickOn",
3779
- "452": "ButtonClickOff",
3780
- "453": "ButtonClickOn",
3781
- "454": "DoorOpen",
3782
- "455": "DoorClose",
3783
- "456": "TrapdoorOpen",
3784
- "457": "TrapdoorClose",
3785
- "458": "FenceGateOpen",
3786
- "459": "FenceGateClose",
3787
- "460": "Insert",
3788
- "461": "Pickup",
3789
- "462": "InsertEnchanted",
3790
- "463": "PickupEnchanted",
3791
- "464": "Brush",
3792
- "465": "BrushCompleted",
3793
- "466": "ShatterDecoratedPot",
3794
- "467": "BreakDecoratedPot",
3795
- "468": "SnifferEggCrack",
3796
- "469": "SnifferEggHatched",
3797
- "470": "WaxedSignInteractFail",
3798
- "471": "RecordRelic"
3769
+ "442": "EnchantingTableUse",
3770
+ "443": "StepSand",
3771
+ "444": "DashReady",
3772
+ "445": "BundleDropContents",
3773
+ "446": "BundleInsert",
3774
+ "447": "BundleRemoveOne",
3775
+ "448": "PressurePlateClickOff",
3776
+ "449": "PressurePlateClickOn",
3777
+ "450": "ButtonClickOff",
3778
+ "451": "ButtonClickOn",
3779
+ "452": "DoorOpen",
3780
+ "453": "DoorClose",
3781
+ "454": "TrapdoorOpen",
3782
+ "455": "TrapdoorClose",
3783
+ "456": "FenceGateOpen",
3784
+ "457": "FenceGateClose",
3785
+ "458": "Insert",
3786
+ "459": "Pickup",
3787
+ "460": "InsertEnchanted",
3788
+ "461": "PickupEnchanted",
3789
+ "462": "Brush",
3790
+ "463": "BrushCompleted",
3791
+ "464": "ShatterDecoratedPot",
3792
+ "465": "BreakDecoratedPot",
3793
+ "466": "SnifferEggCrack",
3794
+ "467": "SnifferEggHatched",
3795
+ "468": "WaxedSignInteractFail",
3796
+ "469": "RecordRelic"
3799
3797
  }
3800
3798
  }
3801
3799
  ],
@@ -1925,8 +1925,6 @@ SoundType: varint =>
1925
1925
  - Record5
1926
1926
  - ConvertToFrog
1927
1927
  - RecordPlaying
1928
- - DrinkMilk
1929
- - RecordPlaying
1930
1928
  - EnchantingTableUse
1931
1929
  - StepSand
1932
1930
  - DashReady
@@ -3813,43 +3813,41 @@
3813
3813
  "439": "Record5",
3814
3814
  "440": "ConvertToFrog",
3815
3815
  "441": "RecordPlaying",
3816
- "442": "DrinkMilk",
3817
- "443": "RecordPlaying",
3818
- "444": "EnchantingTableUse",
3819
- "445": "StepSand",
3820
- "446": "DashReady",
3821
- "447": "BundleDropContents",
3822
- "448": "BundleInsert",
3823
- "449": "BundleRemoveOne",
3824
- "450": "PressurePlateClickOff",
3825
- "451": "PressurePlateClickOn",
3826
- "452": "ButtonClickOff",
3827
- "453": "ButtonClickOn",
3828
- "454": "DoorOpen",
3829
- "455": "DoorClose",
3830
- "456": "TrapdoorOpen",
3831
- "457": "TrapdoorClose",
3832
- "458": "FenceGateOpen",
3833
- "459": "FenceGateClose",
3834
- "460": "Insert",
3835
- "461": "Pickup",
3836
- "462": "InsertEnchanted",
3837
- "463": "PickupEnchanted",
3838
- "464": "Brush",
3839
- "465": "BrushCompleted",
3840
- "466": "ShatterDecoratedPot",
3841
- "467": "BreakDecoratedPot",
3842
- "468": "SnifferEggCrack",
3843
- "469": "SnifferEggHatched",
3844
- "470": "WaxedSignInteractFail",
3845
- "471": "RecordRelic",
3846
- "472": "Bump",
3847
- "473": "PumpkinCarve",
3848
- "474": "ConvertHuskToZombie",
3849
- "475": "PigDeath",
3850
- "476": "HoglinZombified",
3851
- "477": "AmbientUnderwaterEnter",
3852
- "478": "AmbientUnderwaterExit"
3816
+ "442": "EnchantingTableUse",
3817
+ "443": "StepSand",
3818
+ "444": "DashReady",
3819
+ "445": "BundleDropContents",
3820
+ "446": "BundleInsert",
3821
+ "447": "BundleRemoveOne",
3822
+ "448": "PressurePlateClickOff",
3823
+ "449": "PressurePlateClickOn",
3824
+ "450": "ButtonClickOff",
3825
+ "451": "ButtonClickOn",
3826
+ "452": "DoorOpen",
3827
+ "453": "DoorClose",
3828
+ "454": "TrapdoorOpen",
3829
+ "455": "TrapdoorClose",
3830
+ "456": "FenceGateOpen",
3831
+ "457": "FenceGateClose",
3832
+ "458": "Insert",
3833
+ "459": "Pickup",
3834
+ "460": "InsertEnchanted",
3835
+ "461": "PickupEnchanted",
3836
+ "462": "Brush",
3837
+ "463": "BrushCompleted",
3838
+ "464": "ShatterDecoratedPot",
3839
+ "465": "BreakDecoratedPot",
3840
+ "466": "SnifferEggCrack",
3841
+ "467": "SnifferEggHatched",
3842
+ "468": "WaxedSignInteractFail",
3843
+ "469": "RecordRelic",
3844
+ "470": "Bump",
3845
+ "471": "PumpkinCarve",
3846
+ "472": "ConvertHuskToZombie",
3847
+ "473": "PigDeath",
3848
+ "474": "HoglinZombified",
3849
+ "475": "AmbientUnderwaterEnter",
3850
+ "476": "AmbientUnderwaterExit"
3853
3851
  }
3854
3852
  }
3855
3853
  ],
@@ -1936,8 +1936,6 @@ SoundType: varint =>
1936
1936
  - Record5
1937
1937
  - ConvertToFrog
1938
1938
  - RecordPlaying
1939
- - DrinkMilk
1940
- - RecordPlaying
1941
1939
  - EnchantingTableUse
1942
1940
  - StepSand
1943
1941
  - DashReady
@@ -3838,43 +3838,41 @@
3838
3838
  "439": "Record5",
3839
3839
  "440": "ConvertToFrog",
3840
3840
  "441": "RecordPlaying",
3841
- "442": "DrinkMilk",
3842
- "443": "RecordPlaying",
3843
- "444": "EnchantingTableUse",
3844
- "445": "StepSand",
3845
- "446": "DashReady",
3846
- "447": "BundleDropContents",
3847
- "448": "BundleInsert",
3848
- "449": "BundleRemoveOne",
3849
- "450": "PressurePlateClickOff",
3850
- "451": "PressurePlateClickOn",
3851
- "452": "ButtonClickOff",
3852
- "453": "ButtonClickOn",
3853
- "454": "DoorOpen",
3854
- "455": "DoorClose",
3855
- "456": "TrapdoorOpen",
3856
- "457": "TrapdoorClose",
3857
- "458": "FenceGateOpen",
3858
- "459": "FenceGateClose",
3859
- "460": "Insert",
3860
- "461": "Pickup",
3861
- "462": "InsertEnchanted",
3862
- "463": "PickupEnchanted",
3863
- "464": "Brush",
3864
- "465": "BrushCompleted",
3865
- "466": "ShatterDecoratedPot",
3866
- "467": "BreakDecoratedPot",
3867
- "468": "SnifferEggCrack",
3868
- "469": "SnifferEggHatched",
3869
- "470": "WaxedSignInteractFail",
3870
- "471": "RecordRelic",
3871
- "472": "Bump",
3872
- "473": "PumpkinCarve",
3873
- "474": "ConvertHuskToZombie",
3874
- "475": "PigDeath",
3875
- "476": "HoglinZombified",
3876
- "477": "AmbientUnderwaterEnter",
3877
- "478": "AmbientUnderwaterExit"
3841
+ "442": "EnchantingTableUse",
3842
+ "443": "StepSand",
3843
+ "444": "DashReady",
3844
+ "445": "BundleDropContents",
3845
+ "446": "BundleInsert",
3846
+ "447": "BundleRemoveOne",
3847
+ "448": "PressurePlateClickOff",
3848
+ "449": "PressurePlateClickOn",
3849
+ "450": "ButtonClickOff",
3850
+ "451": "ButtonClickOn",
3851
+ "452": "DoorOpen",
3852
+ "453": "DoorClose",
3853
+ "454": "TrapdoorOpen",
3854
+ "455": "TrapdoorClose",
3855
+ "456": "FenceGateOpen",
3856
+ "457": "FenceGateClose",
3857
+ "458": "Insert",
3858
+ "459": "Pickup",
3859
+ "460": "InsertEnchanted",
3860
+ "461": "PickupEnchanted",
3861
+ "462": "Brush",
3862
+ "463": "BrushCompleted",
3863
+ "464": "ShatterDecoratedPot",
3864
+ "465": "BreakDecoratedPot",
3865
+ "466": "SnifferEggCrack",
3866
+ "467": "SnifferEggHatched",
3867
+ "468": "WaxedSignInteractFail",
3868
+ "469": "RecordRelic",
3869
+ "470": "Bump",
3870
+ "471": "PumpkinCarve",
3871
+ "472": "ConvertHuskToZombie",
3872
+ "473": "PigDeath",
3873
+ "474": "HoglinZombified",
3874
+ "475": "AmbientUnderwaterEnter",
3875
+ "476": "AmbientUnderwaterExit"
3878
3876
  }
3879
3877
  }
3880
3878
  ],
@@ -1964,8 +1964,6 @@ SoundType: varint =>
1964
1964
  - Record5
1965
1965
  - ConvertToFrog
1966
1966
  - RecordPlaying
1967
- - DrinkMilk
1968
- - RecordPlaying
1969
1967
  - EnchantingTableUse
1970
1968
  - StepSand
1971
1969
  - DashReady
@@ -3858,52 +3858,50 @@
3858
3858
  "439": "Record5",
3859
3859
  "440": "ConvertToFrog",
3860
3860
  "441": "RecordPlaying",
3861
- "442": "DrinkMilk",
3862
- "443": "RecordPlaying",
3863
- "444": "EnchantingTableUse",
3864
- "445": "StepSand",
3865
- "446": "DashReady",
3866
- "447": "BundleDropContents",
3867
- "448": "BundleInsert",
3868
- "449": "BundleRemoveOne",
3869
- "450": "PressurePlateClickOff",
3870
- "451": "PressurePlateClickOn",
3871
- "452": "ButtonClickOff",
3872
- "453": "ButtonClickOn",
3873
- "454": "DoorOpen",
3874
- "455": "DoorClose",
3875
- "456": "TrapdoorOpen",
3876
- "457": "TrapdoorClose",
3877
- "458": "FenceGateOpen",
3878
- "459": "FenceGateClose",
3879
- "460": "Insert",
3880
- "461": "Pickup",
3881
- "462": "InsertEnchanted",
3882
- "463": "PickupEnchanted",
3883
- "464": "Brush",
3884
- "465": "BrushCompleted",
3885
- "466": "ShatterDecoratedPot",
3886
- "467": "BreakDecoratedPot",
3887
- "468": "SnifferEggCrack",
3888
- "469": "SnifferEggHatched",
3889
- "470": "WaxedSignInteractFail",
3890
- "471": "RecordRelic",
3891
- "472": "Bump",
3892
- "473": "PumpkinCarve",
3893
- "474": "ConvertHuskToZombie",
3894
- "475": "PigDeath",
3895
- "476": "HoglinZombified",
3896
- "477": "AmbientUnderwaterEnter",
3897
- "478": "AmbientUnderwaterExit",
3898
- "479": "bottle_fill",
3899
- "480": "bottle_empty",
3900
- "481": "crafter_craft",
3901
- "482": "crafter_fail",
3902
- "483": "block_decorated_pot_insert",
3903
- "484": "block_decorated_pot_insert_fail",
3904
- "485": "crafter_disable_slot",
3905
- "486": "block_copper_bulb_turn_on",
3906
- "487": "block_copper_bulb_turn_off"
3861
+ "442": "EnchantingTableUse",
3862
+ "443": "StepSand",
3863
+ "444": "DashReady",
3864
+ "445": "BundleDropContents",
3865
+ "446": "BundleInsert",
3866
+ "447": "BundleRemoveOne",
3867
+ "448": "PressurePlateClickOff",
3868
+ "449": "PressurePlateClickOn",
3869
+ "450": "ButtonClickOff",
3870
+ "451": "ButtonClickOn",
3871
+ "452": "DoorOpen",
3872
+ "453": "DoorClose",
3873
+ "454": "TrapdoorOpen",
3874
+ "455": "TrapdoorClose",
3875
+ "456": "FenceGateOpen",
3876
+ "457": "FenceGateClose",
3877
+ "458": "Insert",
3878
+ "459": "Pickup",
3879
+ "460": "InsertEnchanted",
3880
+ "461": "PickupEnchanted",
3881
+ "462": "Brush",
3882
+ "463": "BrushCompleted",
3883
+ "464": "ShatterDecoratedPot",
3884
+ "465": "BreakDecoratedPot",
3885
+ "466": "SnifferEggCrack",
3886
+ "467": "SnifferEggHatched",
3887
+ "468": "WaxedSignInteractFail",
3888
+ "469": "RecordRelic",
3889
+ "470": "Bump",
3890
+ "471": "PumpkinCarve",
3891
+ "472": "ConvertHuskToZombie",
3892
+ "473": "PigDeath",
3893
+ "474": "HoglinZombified",
3894
+ "475": "AmbientUnderwaterEnter",
3895
+ "476": "AmbientUnderwaterExit",
3896
+ "477": "bottle_fill",
3897
+ "478": "bottle_empty",
3898
+ "479": "crafter_craft",
3899
+ "480": "crafter_fail",
3900
+ "481": "block_decorated_pot_insert",
3901
+ "482": "block_decorated_pot_insert_fail",
3902
+ "483": "crafter_disable_slot",
3903
+ "484": "block_copper_bulb_turn_on",
3904
+ "485": "block_copper_bulb_turn_off"
3907
3905
  }
3908
3906
  }
3909
3907
  ],