mojira.dev
MC-124912

Getting data from server.jar doesn't pull out structures

The bug

When using the command java -cp server.jar net.minecraft.data.Main --all, it should pull out all of the data in server.jar file (including some reports). While the command extracts most of the data, it leaves out structures.

Attachments

Comments 8

Please do not mark unreleased versions as affected.
You don't have access to them yet.

Please do not mark unreleased versions as affected.
You don't have access to them yet.

Arisa bot...but the snapshot is out

It might also be useful for a list of entities to be included in `reports`

Confirmed for 1.13-pre3

Probably not intended to do, but it would be nice if the server dropped every piece of data, like enchantment & potion ids, scoreboard criteria, etc

Well, the server data getter now pulls out loot tables (not sure when that changed), but structures are still not getting extracted

This command doesn't extract anything, it generates this data from code. Since structures are built by hand, not generated, they're not included. You'll also notice that with --client, not all models in the vanilla pack are produced; only the ones that are generated with code.

Yurihaia

(Unassigned)

Confirmed

(Unassigned)

Minecraft 18w06a, Minecraft 18w11a, Minecraft 1.13-pre3, Minecraft 1.13.1, 1.15.2, 20w06a, 20w07a, 1.19.3

Retrieved