Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pumpkin-mc/extractor
A Fabric mod that extracts Minecraft data (blocks, items, entities, etc.) into JSON files
https://github.com/pumpkin-mc/extractor
fabric fabricmc kotlin minecraft minecraft-mod
Last synced: 9 days ago
JSON representation
A Fabric mod that extracts Minecraft data (blocks, items, entities, etc.) into JSON files
- Host: GitHub
- URL: https://github.com/pumpkin-mc/extractor
- Owner: Pumpkin-MC
- License: mit
- Created: 2024-12-29T16:52:40.000Z (11 days ago)
- Default Branch: master
- Last Pushed: 2024-12-30T18:13:07.000Z (10 days ago)
- Last Synced: 2024-12-30T19:22:44.584Z (10 days ago)
- Topics: fabric, fabricmc, kotlin, minecraft, minecraft-mod
- Language: Kotlin
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
![Current version)](https://img.shields.io/badge/current_version-1.21.4-blue)Extractor is a Fabric mod that extracts Minecraft data (blocks, items, entities, etc.) into JSON files
### Supported Extractors
- [x] Blocks
- [x] Entites
- [x] Items
- [x] Packets
- [x] Particles
- [x] Recipes
- [x] Screens
- [x] Sounds
- [x] SyncedRegistries
- [x] Tags
- [x] Tests### Running
- Gradle >= 8.121. 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