Mojira Archive
MC-279459

/setblock and other fills don't properly update block entities

Pot repro:
/setblock ~ ~ ~1 minecraft:decorated_pot
/setblock ~ ~ ~1 minecraft:decorated_pot{sherds:[angler_pottery_sherd,angler_pottery_sherd,angler_pottery_sherd,angler_pottery_sherd]}
Pot is still blank
/data get block ~ ~ ~1
Shows the data
Relog -> data now gone

 

Head repro:
/setblock ~ ~ ~1 minecraft:player_head
/setblock ~ ~ ~1 minecraft:player_head{profile:slicedlime}
Head still default texture
/data get block ~ ~ ~1
Shows the data
Relog -> head now correct (possibly because the async data get dirty marks the block entity properly?)

Fixed

[Mojang] Gnembon

[Mojang] Gnembon

2025-01-14, 03:27 PM

2025-01-15, 10:04 AM

2025-01-15, 09:41 AM

0

2

Community Consensus

Important

Expansion A

Block states, Commands

25w02a

25w03a