-
released this
2024-03-04 12:42:39 -05:00 | 232 commits to master since this releaseThis update brings some love to Land of Anything stories.
- They now extend
JsonStoryand can be saved and loaded properly - Npcs weren't added when saving stories
- Start location saved properly
You will still start over when loading though, unless manually altering the config
Item spawners
Similar to mob spawners, but for items, and also cover a whole zone (and all locations in it), rather than a location
Items are expected to be in the world 'catalogue'I've fixed a couple of issues that might hinder generation of anything stories.
- A json trimming bug that caused 'extra info' exceptions.
- I found that some models didn't like the end sequence '\n\n\n\n' I had added to stop models from generating only linebreaks and would immediately end their output.
Full Changelog: https://github.com/neph1/LlamaTale/compare/v0.26.3...v0.27.0
- They now extend