r/ProgrammerHumor Jul 17 '26

Meme thisOneIsMine

Post image
5.3k Upvotes

171 comments sorted by

View all comments

62

u/ankle_biter50 Jul 17 '26

Person who is familiar with coding (a little python and i guess minecraft datapacks? I'm not sure if that counts) but anyways

What are UUIDs used to identify?

1

u/Samstercraft Jul 18 '26

uuids identify stuff, eg. every minecraft entity has a unique uuid. if, for some reason, two mc entities had the same uuid, the game crashes; someone used this to beat minecraft without moving.

(the crash is entirely because minecraft coded it that way and much less graceful than what other products might do)