Skip to content

SnaveSutit/mcdata

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mcdata

Version-controlled history of Minecraft's generated data.

Since Minecraft snapshot 18w01a Mojang has exposed the game's internal data generators, allowing us to get a data-driven dump of commands, blocks, items, and all sorts of nice things.

Run the following command on a server jar to invoke the exposed generators and produce data:

java -cp minecraft_server.*.jar net.minecraft.data.Main --all

Server downloads can be found via Mojang's version manifest.

Disclaimer

This repository is working under the assumption that, because they intentionally exposed their internal data generators, Mojang does not have anything against the resulting data existing somewhere on the internet for public consumption. If ever this assumption is contradicted, the repository will be promptly removed.

About

Version-controlled history of Minecraft's generated data.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors