Minecraft Game Metadata
Post date: Sep 11, 2018 12:35:16 PM
java server version 1.13 has an introspection procedure that dumps out the game metadata definitions for blocks, items and commands. The procedure is:
Download the server.jar from here: https://minecraft.net/en-us/download/server
Run the following command against the downloaded server.jar:Â
java -cp server.jar net.minecraft.data.Main --all
Explore the generated directory for the data in JSON file format (also attached from 1.13.1)