minecraft-jar-extractor

Extract structured data from the minecraft jar

Usage no npm install needed!

<script type="module">
  import minecraftJarExtractor from 'https://cdn.skypack.dev/minecraft-jar-extractor';
</script>

README

minecraft-jar-extractor

NPM version

Extract structured data from the minecraft jar

How to use it:

  1. download the server jar (for example using node-minecraft-wrap)
  2. decompile it (for example using fernflower)
  3. unzip it
  4. node protocol_extractor decompiled_source/
  5. get a protocol.json describing the classname<->id relation and some fields information

History

0.0.0

  • imported from minecraft-data + description added