Skip to content

0.10.3 Beta

Pre-release
Pre-release

Choose a tag to compare

@Snyax Snyax released this 21 Nov 18:48
· 424 commits to main since this release

Game Info | Setup Guide | Troubleshooting

Changes

Modding Support

  • Item and location data tags fields have been changed from list[str] to set[str]
  • Filler items are now expected to be manually added to the item manager in generate_early
    • This means mods can now specify whether items are resource_items, weapon_mod_items, staff_items or even trap_items
    • See /mods/example/__init__.py for example usage

Bug Fixes

  • Fixed generation logic (which was broken in 0.10.2)