Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.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