Builds‎ > ‎

Minecraft Game Metadata

posted Sep 11, 2018, 5:35 AM by Adrian Brightmoore   [ updated Sep 12, 2018, 9:37 PM by Adrian Brightmoore ]
java server version 1.13 has an introspection procedure that dumps out the game metadata definitions for blocks, items and commands. The procedure is:

  1. Download the server.jar from here: https://minecraft.net/en-us/download/server
  2. Run the following command against the downloaded server.jar: 

    java -cp server.jar net.minecraft.data.Main --all

  3. Explore the generated directory for the data in JSON file format (also attached from 1.13.1)
ċ
blocks.json
(1598k)
Adrian Brightmoore,
Sep 11, 2018, 5:35 AM
ċ
Adrian Brightmoore,
Sep 11, 2018, 5:36 AM
ċ
Adrian Brightmoore,
Sep 11, 2018, 5:36 AM
Comments