Skip to content

A Fabric mod that extracts Minecraft data (blocks, items, entities, etc.) into JSON files

License

Notifications You must be signed in to change notification settings

Pumpkin-MC/Extractor

Repository files navigation

License: MIT Current version)

Extractor is a Fabric mod that extracts Minecraft data (blocks, items, entities, etc.) into JSON files

Supported Extractors

  • Blocks
  • Entities
  • Items
  • Packets
  • World Event
  • Multi Noise
  • Message Type
  • Biomes
  • Entity Pose
  • Attributes
  • Sound Category
  • Chunk Status
  • Game Event
  • Noise Parameters
  • Particles
  • Recipes
  • Screens
  • Sounds
  • SyncedRegistries
  • Tags
  • Tests

Running

  • Gradle >= 8.12
  1. Clone the repo
  2. run ./gradlew runServer or alternatively ./gralde runClient (Join World)
  3. See JSON Files in the new folder called pumpkin_extractor_output

Porting

How to port to a new Minecraft version:

  1. Update versions in gradle.properties
  2. Attempt to run and fix any errors that come up

About

A Fabric mod that extracts Minecraft data (blocks, items, entities, etc.) into JSON files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages