mojira.dev
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?)

Linked issues

Attachments

Comments 1

Can confirm:

Before:

[media]

After:

[media]

gnembon

gnembon

Community Consensus

Expansion A

Important

Block states, Commands

25w02a

25w03a

Retrieved