#how could i store the coordinates of a chunk
1 messages · Page 1 of 1 (latest)
<@&1201956957406109788>
💬 While you wait, take this time to provide more context and details.
🙇 If nobody has answered you by <t:1741471184:t>, feel free to use the Summon Helpers button to ping our helper team.
✅ Once your question has been resolved (or you no longer need it), please click Resolve Question or run /resolve
Store the xz (y is not important) position of the entity running the command in a storage
im having issues with syntax
im trying to append a value to a item model but cant seem to figure out how to add it without deleting everything else
this is what i was trying to do data modify entity @s item.components."minecraft:custom_data".data append value {test:{}}
you have to use merge
it merges the two data sets together
(unless you use the same key, then it overwrites)
whym deleting?
what are you deleting?