Compatibility
Minecraft: Java Edition
1.21.11
Platforms
Tags
Creators
Details
Licensed GPL-3.0-only
Published 4 months ago
Narrativa
A dialogue toolkit for Minecraft.
A flexible dialogue engine which I use in my projects.

Usage example
This and that file as a whole. Make your own stuff freely, why not?
Development setup
It's all pretty simple, so just clone the latest stable version of the repository to start, and mess around with Bolt modules if needed.
curl -L https://github.com/DelightZone/narrativa/releases/latest/download/release.zip -o narrativa.zip
unzip narrativa.zip -d narrativa/
cd narrativa
pip install -r requirements.txt
Meta
Cee Vyte – @ceevyte – kosoycded@example.com
Distributed under the GPL-3.0 license. See LICENSE for more information.
https://github.com/DelightZone/narrativa
Contributing
- Fork it (https://github.com/DelightZone/narrativa/fork)
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request


