0
0
mirror of https://github.com/Pumpkin-MC/Extractor.git synced 2025-03-31 10:58:10 +00:00
Alexander Medvedev 9c79043552 set id in biomes
2025-03-29 20:59:48 +01:00
2025-01-30 20:38:10 +01:00
2025-03-29 20:59:48 +01:00
2025-01-30 20:38:10 +01:00
2025-03-04 19:46:14 +01:00
2025-03-28 17:53:20 +01:00
2024-12-29 18:13:04 +01:00
2024-12-29 18:13:04 +01:00
2024-12-29 17:52:40 +01:00
2025-03-28 20:04:07 -10:00
2025-02-27 22:48:49 +01:00
2024-12-29 18:13:04 +01:00

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
  • Game Rule
  • Translation (en_us)
  • Noise Parameters
  • Particles
  • Recipes
  • Entity Statuses
  • Status Effects
  • Screens
  • Spawn Eggs
  • 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
Description
A Fabric mod that extracts Minecraft data (blocks, items, entities, etc.) into JSON files
Readme MIT 334 KiB
Languages
Kotlin 97.4%
Shell 2.6%