{"id":42411967,"url":"https://github.com/df-mc/datagen","last_synced_at":"2026-01-28T01:48:49.590Z","repository":{"id":236872550,"uuid":"793321649","full_name":"df-mc/datagen","owner":"df-mc","description":"Tool for generating useful data from BDS","archived":false,"fork":false,"pushed_at":"2025-06-19T14:41:47.000Z","size":174,"stargazers_count":12,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-19T15:38:02.169Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/df-mc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-29T01:59:30.000Z","updated_at":"2025-06-19T14:41:51.000Z","dependencies_parsed_at":"2024-04-29T03:39:09.624Z","dependency_job_id":null,"html_url":"https://github.com/df-mc/datagen","commit_stats":null,"previous_names":["df-mc/datagen"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/df-mc/datagen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/df-mc%2Fdatagen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/df-mc%2Fdatagen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/df-mc%2Fdatagen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/df-mc%2Fdatagen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/df-mc","download_url":"https://codeload.github.com/df-mc/datagen/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/df-mc%2Fdatagen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28833064,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T23:29:49.665Z","status":"ssl_error","status_checked_at":"2026-01-27T23:25:58.379Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-28T01:48:48.892Z","updated_at":"2026-01-28T01:48:49.582Z","avatar_url":"https://github.com/df-mc.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data Gen\n\nThis repository is a simple tool which connects\nto [BDS](https://www.minecraft.net/en-us/download/server/bedrock)\nusing [gophertunnel](https://github.com/Sandertv/gophertunnel) and generates necessary data\nfor [Dragonfly](https://github.com/df-mc/dragonfly) updates.\n\n## Usage\n\n1. Download the [latest version of BDS](https://www.minecraft.net/en-us/download/server/bedrock) and run the\n   server. You will also need to generate a vanilla world with education features and any other appropriate\n   experiments enabled. Ensure `block-network-ids-are-hashes` is disabled within BDS `server.properties` aswell\n2. Make sure `data/block_state_meta_map.json` and `data/canonical_block_states.nbt` are up-to-date\n   from [BedrockData](https://github.com/pmmp/BedrockData) (or newly generated\n   from [bds-mod-mapping](https://github.com/pmmp/bds-mod-mapping))\n3. Run `go run main.go` and authenticate with Xbox if it is your first time running the tool\n4. Once the data is generated, copy the required folders from `output` into the desired location\n\n\u003e [!NOTE]\n\u003e All `.nbt` files use the network-encoding variant of NBT.\n\n\u003e [!TIP]\n\u003e The tool will generate the data in a structured format, allowing you to easily copy the data into the\n\u003e respective repositories.\n\n## Dragonfly data (output/dragonfly)\n\n| File                                                                                                                                  | Description                                                                         |\n|---------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------|\n| [server/item/creative/creative_items.nbt](https://github.com/df-mc/dragonfly/blob/master/server/item/creative/creative_items.nbt)     | This file contains the creative groups and items in the vanilla order               |\n| [server/item/recipe/crafting_data.nbt](https://github.com/df-mc/dragonfly/blob/master/server/item/recipe/crafting_data.nbt)           | This file contains a list of shaped and shapeless crafting recipes                  |\n| [server/item/recipe/furnace_data.nbt](https://github.com/df-mc/dragonfly/blob/master/server/item/recipe/furnace_data.nbt)             | This file contains a list of furnace recipes                                        |\n| [server/item/recipe/potion_data.nbt](https://github.com/df-mc/dragonfly/blob/master/server/item/recipe/potion_data.nbt)               | This file contains a list of brewing stand recipes                                  |\n| [server/item/recipe/smithing_data.nbt](https://github.com/df-mc/dragonfly/blob/master/server/item/recipe/smithing_data.nbt)           | This file contains a list of recipes for the smithing table, excluding armour trims |\n| [server/item/recipe/smithing_trim_data.nbt](https://github.com/df-mc/dragonfly/blob/master/server/item/recipe/smithing_trim_data.nbt) | This file contains a list of recipes for armour trims in the smithing table         |\n| [server/world/vanilla_items.nbt](https://github.com/df-mc/dragonfly/blob/master/server/world/vanilla_items.nbt)                       | This file contains a list of all vanilla items with their runtime ID and version    |\n\n## PMMP Data (output/pocketmine)\n\n\u003e [!NOTE]\n\u003e The ordering of recipes does not currently match the\n\u003e [existing ordering](https://github.com/pmmp/PocketMine-MP/blob/stable/tools/generate-bedrock-data-from-packets.php#L455-L475)\n\u003e for BedrockData, creating unreliable diffs if used.\n\n| File                                                                                                                                 | Description                                                                                                 |\n|--------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------|\n| [biome_definitions.json](https://github.com/pmmp/BedrockData/blob/master/biome_definitions.json)                                     | This file contains the biome mappings obtained from the BiomeDefinitionList packet                          |\n| [creativeitems.json](https://github.com/pmmp/BedrockData/blob/master/creativeitems.json)                                             | The file contains the creative groups and items obtained from the CreativeContent packet                    |\n| [entity_id_map.json](https://github.com/pmmp/BedrockData/blob/master/entity_id_map.json)                                             | This file contains a mapping of entity identifiers to their legacy, numerical IDs                           |\n| [entity_identifiers.nbt](https://github.com/pmmp/BedrockData/blob/master/entity_identifiers.nbt)                                     | This file contains entity identifier mappings obtained from the AvailableActorIdentifiers packet            |\n| [required_item_list.json](https://github.com/pmmp/BedrockData/blob/master/required_item_list.json)                                   | This file contains a list of items with their runtime ID and version, obtained from the ItemRegistry packet |\n| [recipes/potion_container_change.json](https://github.com/pmmp/BedrockData/blob/master/recipes/potion_container_change.json)         | This file contains the brewing recipes that affect the bottle of the potion                                 |\n| [recipes/potion_type.json](https://github.com/pmmp/BedrockData/blob/master/recipes/potion_type.json)                                 | This file contains the brewing recipes, excluding the container changes                                     |\n| [recipes/shaped_chemistry_asymmetric.json](https://github.com/pmmp/BedrockData/blob/master/recipes/shaped_chemistry_asymmetric.json) | This file contains the shaped chemistry recipes                                                             |\n| [recipes/shaped_crafting.json](https://github.com/pmmp/BedrockData/blob/master/recipes/shaped_crafting.json)                         | This file contains the shaped crafting recipes                                                              |\n| [recipes/shapeless_chemistry.json](https://github.com/pmmp/BedrockData/blob/master/recipes/shapeless_chemistry.json)                 | This file contains the shapeless chemistry recipes                                                          |\n| [recipes/shapeless_crafting.json](https://github.com/pmmp/BedrockData/blob/master/recipes/shapeless_crafting.json)                   | This file contains the shapeless crafting recipes                                                           |\n| [recipes/shapeless_shulker_box.json](https://github.com/pmmp/BedrockData/blob/master/recipes/shapeless_shulker_box.json)             | This file contains the recipes for coloured containers                                                      |\n| [recipes/smelting.json](https://github.com/pmmp/BedrockData/blob/master/recipes/smelting.json)                                       | This file contains the furnace recipes                                                                      |\n| [recipes/smithing.json](https://github.com/pmmp/BedrockData/blob/master/recipes/smithing.json)                                       | This file contains the smithing table recipes, excluding armour trims                                       |\n| [recipes/smithing_trim.json](https://github.com/pmmp/BedrockData/blob/master/recipes/smithing_trim.json)                             | This file contains the armour trim recipes for the smithing table                                           |\n| [recipes/special_hardcoded.json](https://github.com/pmmp/BedrockData/blob/master/recipes/special_hardcoded.json)                     | This file contains the UUIDs for recipes that are hardcoded on the client                                   |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdf-mc%2Fdatagen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdf-mc%2Fdatagen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdf-mc%2Fdatagen/lists"}