CraftDumper
CraftDumper is a Minecraft Forge modification that provides a powerful tool for extracting and saving game information in a convenient format. With this utility, you can create dumps of various game data for subsequent analysis or use in development.
Supported Data Categories
The mod allows exporting information in the following categories:
- Advancements (advancements) - versions 1.12, 1.14, 1.15, 1.16
- Armor (armor) - versions 1.14, 1.15, 1.16
- Attributes (attributes) - versions 1.12, 1.14, 1.15, 1.16
- Axes (axes) - versions 1.15, 1.16
- Biomes (biomes) - versions 1.12, 1.14, 1.15, 1.16
- Blasting recipes (blasting_recipes) - versions 1.14, 1.15, 1.16
- Block tags (tags_block) - versions 1.14, 1.15, 1.16
- Blocks (blocks) - versions 1.12, 1.14, 1.15, 1.16
- Campfire cooking recipes (campfire_cooking_recipes) - versions 1.14, 1.15, 1.16
- Capabilities (capabilities) - versions 1.12, 1.14, 1.15, 1.16
- Containers (containers) - versions 1.14, 1.15, 1.16
- Dimensions (dimensions) - versions 1.14, 1.15
- Dimension types (dimension_types) - version 1.16
- Enchantments (enchantments) - versions 1.12, 1.14, 1.15, 1.16
- Entities (entities) - versions 1.12, 1.14, 1.15, 1.16
- Entity tags (tags_entity) - versions 1.14, 1.15, 1.16
- Fluid tags (tags_fluid) - versions 1.14, 1.15, 1.16
- Fluids (fluids) - versions 1.12, 1.14, 1.15, 1.16
- Food (food) - versions 1.12, 1.14, 1.15, 1.16
- Hoes (hoes) - versions 1.15, 1.16
- Item stacks (item_stacks) - versions 1.12, 1.14, 1.15, 1.16
- Item tags (tags_item) - versions 1.14, 1.15, 1.16
- Loot tables (loot_tables) - versions 1.12, 1.14, 1.15, 1.16
- Models (models) - versions 1.12, 1.14, 1.15, 1.16
- Ore dictionary (ore_dictionary) - version 1.12
- Paintings (paintings) - versions 1.14, 1.15, 1.16
- Particles (particles) - versions 1.14, 1.15, 1.16
- Pickaxes (pickaxes) - versions 1.15, 1.16
- Potion effects (potion_effects) - versions 1.14, 1.15, 1.16
- Potions (potions) - versions 1.12, 1.14, 1.15, 1.16
- Shaped recipes (shaped_recipes) - versions 1.12, 1.14, 1.15, 1.16
- Shapeless recipes (shapeless_recipes) - versions 1.12, 1.14, 1.15, 1.16
- Shovels (shovels) - versions 1.15, 1.16
- Smelting recipes (smelting_recipes) - versions 1.12, 1.14, 1.15, 1.16
- Smoking recipes (smoking_recipes) - versions 1.14, 1.15, 1.16
- Sound events (sound_events) - versions 1.12, 1.14, 1.15, 1.16
- Stats (stats) - versions 1.14, 1.15, 1.16
- Stonecutting recipes (stonecutting_recipes) - versions 1.14, 1.15, 1.16
- Swords (swords) - versions 1.15, 1.16
- Tile entities (tile_entities) - versions 1.12, 1.14, 1.15, 1.16
- Villager activities (villager_activities) - versions 1.14, 1.15, 1.16
- Villager memory modules (villager_memory_modules) - versions 1.14, 1.15, 1.16
- Villager points of interest (villager_points_of_interest) - versions 1.14, 1.15, 1.16
- Villager professions (villager_professions) - versions 1.12, 1.14, 1.15, 1.16
- Villager schedules (villager_schedules) - versions 1.14, 1.15, 1.16
- Villager sensors (villager_sensors) - versions 1.14, 1.15, 1.16
- World generators (world_generators) - version 1.12
Usage Guide
To create a dump, use the command /craftdumper dumper_name [full|amounts|data], where:
dumper_name- specific dump name (see list above) orallto export all data[full|amounts|data]- choosedatato save only data,amountsto save only quantities,fullto save both data and quantities
All export results are saved in the .minecraft/craftdumper folder.
Dependencies
For the mod to work, the following are required:
- Shadowfacts' Forgelin for version 1.12
- Kottle for versions 1.14 and 1.15
- Kotlin for Forge for version 1.16
Usage in Modpacks
The mod can be freely used in any modpacks.