Getting data from server.jar doesn't pull out structures
Created Issue:
Getting data from server jar doesn't pull out structures or loot tables
When using the command `java -cp minecraft_server.18w06a.jar net.minecraft.data.Main --all` on the server JAR, it should pull out all of the data in JAR file (including some reports). While the command extracts most of the data, it leaves out loot tables and structures
As you can see from the image, the `data` folder does not contain `loot_tables` or `structures`
Environment
Java 9.0.1
Windows 10
When using the command `java -cp minecraft_server.18w06a.jar net.minecraft.data.Main --all` on the server JAR, itshould pull out all of the data in JAR file (including some reports). While the command extracts most of the data, it leaves out loot tables and structuresAs you can see from the image, the `data` folder does not contain `loot_tables` or `structures`
When using the command java -cp minecraft_server.18w06a.jar net.minecraft.data.Main --all on the server JAR, it should pull out all of the data in JAR file (including some reports). While the command extracts most of the data, it leaves out loot tables and structures
As you can see from the image Untitled.png
, the data folder does not contain loot_tables or structures.
When using the command java -cp minecraft_server.18w06a.jar net.minecraft.data.Main --all on the server JAR, it should pull out all of the data in JAR file (including some reports). While the command extracts most of the data, it leaves out loot tables and structures
As you can see from the imageUntitled.png, the data
folder does not contain loot_tables or structures.
Java 9.0.1
Windows 10
Getting data from serverjar doesn't pull out structures or loot tablesGetting data from server.jar doesn't pull out structures or loot tables
Getting data from server.jar doesn't pull out structuresor loot tables


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.