You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By running the command $ java -cp server.jar net.minecraft.data.Main --reports, you can generate blocks.json which has all of the IDs for every block state in the game.
Parse this file and create a map/array to convert ID into a human-readable name.
Bonus points: Map to a Java object that has all of the property information as well as the name
The text was updated successfully, but these errors were encountered:
By running the command
$ java -cp server.jar net.minecraft.data.Main --reports
, you can generate blocks.json which has all of the IDs for every block state in the game.Parse this file and create a map/array to convert ID into a human-readable name.
Bonus points: Map to a Java object that has all of the property information as well as the name
The text was updated successfully, but these errors were encountered: