Wednesday, September 25, 2024 at 1:58 PM
Minecraft Snapshot 24w39a
Happy Wednesday miners! With this snapshot we're now bundling Bundles into the game for real - Bundles are no longer experimental!
Happy mining!
New Features#
- Bundles are no longer experimental
Changes#
- Updated slot highlight in the UI so Item texture has better visibility
- The previous textures have been added to Programmer Art resource pack
- Equipping a Carved Pumpkin on your head now removes the player marker from other players' maps
Technical Changes#
- The Data Pack version is now 55
- Removed the
bundle feature flag and built-in datapack
Data Pack Version 55#
boat and chest_boat entity types have been split into separate types, one per existing variant
Boat split#
- Variants of boats and chest boats now have separate entity type instead of
Type field - Removed entites:
minecraft:boatminecraft:chest_boat
- New entities:
- Boat without chest:
Type=oak -> minecraft:oak_boatType=spruce -> minecraft:spruce_boatType=birch -> minecraft:birch_boatType=jungle -> minecraft:jungle_boatType=acacia -> minecraft:acacia_boatType=cherry -> minecraft:cherry_boatType=dark_oak -> minecraft:dark_oak_boatType=mangrove -> minecraft:mangrove_boatType=bamboo -> minecraft:bamboo_raft
- Boat with chest:
Type=oak -> minecraft:oak_chest_boatType=spruce -> minecraft:spruce_chest_boatType=birch -> minecraft:birch_chest_boatType=jungle -> minecraft:jungle_chest_boatType=acacia -> minecraft:acacia_chest_boatType=cherry -> minecraft:cherry_chest_boatType=dark_oak -> minecraft:dark_oak_chest_boatType=mangrove -> minecraft:mangrove_chest_boatType=bamboo -> minecraft:bamboo_chest_raft
Container Locks#
- The
Lock field of containers has been renamed to lock and is now an item predicate- Any items which match the predicate can open the container
- The
lock data component is now also an item predicate
map_invisibility_equipment: Items that can be equipped to hide the player marker on other players maps
Predicates#
minecraft:boat entity sub-predicate has been removed, since boats no longer have variants
Fixed bugs in 24w39a#
- MC-219083 Hunger client/server desync when natural regeneration is off in peaceful mode
- MC-275216 Bowl is consumed when feeding a rabbit stew to a wolf
- MC-275544 Drowned do not summon reinforcements anymore
- MC-276341 The time how long you remain on fire no longer increases while being in the fire
- MC-276426 Slimes or magma cubes spawned by splitting synchronize inherited status effects
- MC-276588 Boat with chest inventory names no longer are suffixed with 'with Chest'
- MC-276598 The slot_highlight_front texture renders incorrectly behind with missing recipe items
- MC-276610 Ender pearl interaction with bubble columns is broken
- MC-276611 Converted mobs do not keep CanBreakDoors tag
- MC-276615 Cured Zombie Villagers keep CanPickUpLoot:0b
- MC-276638 The server console or LAN game output spammed with "PLAYER moved too quickly!" after a player dies and respawns
- MC-276646 Unique Horse Armor sound event is no longer used
- MC-276674 Entities with emissive eyes aren't properly affected by fog of any kind
- MC-276707 Underwater fireballs constantly play fire extinguishing sound
- MC-276724 Arrows and potions resist upward flowing bubble columns
- MC-276727 Projectiles are choppy while moving after hitting blocks or entities
- MC-276807 All blocks and entities flicker at night or at lower light levels than 15
- MC-276817 Teleport command offsets are applied incorrectly
- MC-276843 Touching an end portal while in spectator mode teleports the player when they exit spectator mode
- MC-276919 /tp teleports twice the relative distance if there's a block on the teleport point