minecraft-world-downloader icon indicating copy to clipboard operation
minecraft-world-downloader copied to clipboard

[Suggestion] Download all entities with their nbt tags

Open SolsticeSpectrum opened this issue 1 year ago • 5 comments

Would be useful on servers like Origin Realms for example so you could download all the npcs, armor stands with all their nbt tada, itemframes with all the paper items that have CustomModelData tags etc. I would exclude player entities tho so it doesn't download all players. Problem is that some npcs are also technically players so there would have to be some way to distinguish player from npc.

SolsticeSpectrum avatar Mar 20 '23 15:03 SolsticeSpectrum

I agree. Now most entities in the world download look like just being freshly spawned.

Xenapte avatar Mar 28 '23 07:03 Xenapte

@mircokroon any chance? Would be so nice!

oliviathevampire avatar Jul 06 '23 19:07 oliviathevampire

This works on some versions, but every entity type needs specific code that often breaks every game update so it is quite a bit of work to maintain. Sadly not as straightforward as "just store the NBT data".

mircokroon avatar Jul 06 '23 20:07 mircokroon

This works on some versions, but every entity type needs specific code that often breaks every game update so it is quite a bit of work to maintain. Sadly not as straightforward as "just store the NBT data".

that is true, my main problem is for example item frames not having their items in them, and armor stands not having correct rotations, mainly on 1.20.x

oliviathevampire avatar Jul 06 '23 22:07 oliviathevampire

definitely the item frames!

but yeh, understandable how their constantly making breaking changes makes things difficult you can't even do resource packs these days without "btw, we changed this!" and wondering why your pack quit working!

Brian151 avatar Aug 08 '23 10:08 Brian151