Expand the functionality of Minecraft Datapacks.
func_1
instead of namespace:func_1
)if
commandsThis project requires cargo.
To build the project, clone the repo and run cargo build
in the root directory.
To build for release, run cargo build --release
.
To run Databind after building it with cargo build
, use cargo run
.
To download Databind from crates.io, run cargo install databind
. If Rust is
in your PATH,
then running databind
from a command line will work.
To install Databind from a cloned repository, run cargo install --path .
in the root directory.
Documentation is build using reStructuredText and Sphinx. Requires Python. Built documentation is hosted on Read The Docs.
To build the documentation, go to the /docs folder and run pip install -r requirements.txt
.
Then run make.bat html
or make html
, depending on platform.
To view the documentation, open the index.html
file generated in /docs/_build/html.
Databind is licensed under either of
at your option.