Skip to content

A Minecraft Forge mod that can create dumps of various game stuff, such as blocks, items, entities and many more.

License

Notifications You must be signed in to change notification settings

pearxteam/craftdumper

Repository files navigation

CraftDumper CurseForge Downloads

Discord Test & Deploy | develop Test & Deploy | master

A Minecraft Forge mod that allows you to dump game information such as blocks, items and many more.

Currently Supported Stuff

  • Advancements (advancements)
  • Armor (armor)
  • Attributes (attributes)
  • Axes (axes)
  • Biomes (biomes)
  • Blasting Recipes (blasting_recipes)
  • Block Tags (tags_block)
  • Blocks (blocks)
  • Campfire Cooking Recipes (campfire_cooking_recipes)
  • Capabilities (capabilities)
  • Containers (containers)
  • Dimensions (dimensions)
  • Enchantments (enchantments)
  • Entities (entities)
  • Entity Tags (tags_entity)
  • Fluid Tags (tags_fluid)
  • Fluids (fluids)
  • Food (food)
  • Hoes (hoes)
  • Item Stacks (item_stacks)
  • Item Tags (tags_item)
  • Loot Tables (loot_tables)
  • Models (models)
  • Paintings (paintings)
  • Particles (particles)
  • Pickaxes (pickaxes)
  • Potion Effects (potion_effects)
  • Potions (potions)
  • Shaped Recipes (shaped_recipes)
  • Shapeless Recipes (shapeless_recipes)
  • Shovels (shovels)
  • Smelting Recipes (smelting_recipes)
  • Smoking Recipes (smoking_recipes)
  • Sound Events (sound_events)
  • Stats (stats)
  • Stonecutting Recipes (stonecutting_recipes)
  • Swords (swords)
  • Tile Entities (tile_entities)
  • Villager Activities (villager_activities)
  • Villager Memory Modules (villager_memory_modules)
  • Villager Points of Interest (villager_points_of_interest)
  • Villager Professions (villager_professions)
  • Villager Schedules (villager_schedules)
  • Villager Sensors (villager_sensors)

You can submit a feature request here :).

Usage Guide

> Demonstration Video <

To create a dump, use the /craftdumper <dumper name> [full|amounts|data] command, where

  • <dumper name> - a specific dumper name (see Currently Supported Stuff) or all if you want to dump all the things.
  • [full|amounts|data] - choose data to save only dump data, amounts to save only dump amounts, full to save both dump data and amounts.

All the dumper outputs will be placed in the .minecraft/craftdumper directory.

Dependencies

This mod requires Kotlin for Forge.

Usage in Modpacks

You can use this mod in any modpack you want :)