1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2024-11-27 06:19:01 +00:00
bedrock-protocol-docs/previous_changelogs/changelog_423_12_1_20.md
2024-02-15 15:10:22 -08:00

978 B

Minecraft Network Protocol Docs 12/1/20

For 16u3-beta-1, Network Protocol Version 423

Enum changes

LevelSoundEvent:

  • Added AmbientMoodWarpedForest(303)
  • Added AmbientMoodSoulsandValley(304)
  • Added AmbientMoodNetherWastes(305)
  • Added AmbientMoodBasaltDeltas(306)
  • Added AmbientMoodCrimsonForest(307)
  • Added AmbientLoopWarpedForest(318)
  • Added AmbientLoopSoulsandValley(319)
  • Added AmbientLoopNetherWastes(320)
  • Added AmbientLoopBasaltDeltas(321)
  • Added AmbientLoopCrimsonForest(322)
  • Added AmbientAdditionWarpedForest(323)
  • Added AmbientAdditionSoulsandValley(324)
  • Added AmbientAdditionNetherWastes(325)
  • Added AmbientAdditionBasaltDeltas(326)
  • Added AmbientAdditionCrimsonForest(327)
  • Changed Undefined from 318 to 328
  • Removed AmbientWarpedForest
  • Removed AmbientSoulsandValley
  • Removed AmbientNetherWastes
  • Removed AmbientBasaltDeltas
  • Removed AmbientCrimsonForest

ItemStackRequestActionType:

  • Added Test(15) (Don't use. Doesn't exist in retail.)