mirror of
https://github.com/Pumpkin-MC/Extractor.git
synced 2025-01-18 07:02:00 +00:00
1.0 KiB
1.0 KiB
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
- Clone the repo
- run
./gradlew runServer
or alternatively./gralde runClient
(Join World) - See JSON Files in the new folder called
pumpkin_extractor_output
Porting
How to port to a new Minecraft version:
- Update versions in
gradle.properties
- Attempt to run and fix any errors that come up