/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?)
2025-01-14, 03:27 PM
2025-01-15, 10:04 AM
2025-01-15, 09:41 AM
0
2