Tis

Minecraft 26.3 snapshot 3

Original Changelog

This snapshot adds cushions and straw beds.

Cushion

Cushions are an entity 1 × 0.25 × 1 blocks in size with no collision.

Like other wool blocks, cushions do not emit vibrations.

Cushions smelt 1 item when used as fuel in a furnace.

Cushion Placement Rules

Cushions check whether they should pop off of a block using the same logic as item frames, paintings, and other similar entities.

When placing a cushion, it aligns horizontally to the grid, but vertically sits on whatever top face was clicked.

Cushions will pop off if no block’s collision boxes intersect the bottom of the cushion (or 1/64 blocks below the cushion), or if the cushion is completely encased in full blocks.

Straw Bed

Straw beds are 1 × 0.25 × 2 blocks in size with a 1 × 0.3125 × 0.5 block headrest.

Straw beds have 0.2 hardness and 0.2 blast resistance. They have 30% ignite odds, 60% burn odds, and can be ignited by lava.

Straw beds appear as #E5E533 on a map.

Poplar Tree

Shelf mushrooms generated as part of a poplar tree no longer replace existing blocks if that block or any block to the north, east, south, or west contains water.

Potion Effects

The Mining Fatigue effect now correctly follows the 0.3 ^ level formula and no longer caps at level 4, fixing MC-279819.

Level Old New
1 0.3 0.3
2 0.09 0.09
3 0.0027 0.027
4 0.00081 0.0081
(higher) 0.00081 0.3 ^ level

Data Packs

Entity Data

Cushions store their color in their color field as a string.