Extractor is a Fabric mod that extracts Minecraft data (blocks, items, entities, etc.) into JSON files
- Blocks
- Entites
- Items
- Packets
- Particles
- Recipes
- Screens
- Sounds
- SyncedRegistries
- Tags
- Tests
- Clone the repo
- run
./gradlew runServeror alternatively./gralde runClient(Join World) - See JSON Files in the new folder called
pumpkin_extractor_output
How to port to a new Minecraft version:
- Update versions in
gradle.properties - Attempt to run and fix any errors that come up