Skip to content

df-mc/datagen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Gen

This repository is a simple tool which connects to BDS using gophertunnel and generates necessary data for Dragonfly updates.

Usage

  1. Download the latest version of BDS and run the server.
  2. Make sure data/block_state_meta_map.json and data/canonical_block_states.nbt are up-to-date from BedrockData (or newly generated from bds-mod-mapping)
  3. Run go run main.go and authenticate with Xbox if it is your first time running the tool
  4. Once the data is generated, copy the required folders from output into the desired location

Note: The tool will generate the data in a structured format, allowing you to easily copy the data into the respective repositories.

Dragonfly data

File Description
crafting_data.nbt This file contains a list of shaped and shapeless crafting recipes
creative_items.nbt This file contains an ordered list of items that are displayed in the creative inventory
item_runtime_ids.nbt This file contains a mapping of item names to their runtime IDs
smithing_data.nbt This file contains a list of recipes for the smithing table, excluding armour trims
smithing_trim_data.nbt This file contains a list of recipes for armour trims in the smithing table

About

Tool for generating useful data from BDS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages