Add bug report link to WebWorld (#440)

* Add bug report link to WebWorld

* change bug_report_page to an optional
reword bug report link text.

* update Minecraft bug report page to a template.

* change wording of link.

* add `bug_report_page` documentation to api.md
This commit is contained in:
KonoTyran
2022-04-12 14:37:05 -07:00
committed by GitHub
parent a4daa78c0b
commit 1fe82b1312
4 changed files with 22 additions and 3 deletions

View File

@@ -93,6 +93,9 @@ class WebWorld:
# Available: dirt, grass, grassFlowers, ice, jungle, ocean, partyTime
theme = "grass"
# display a link to a bug report page, most likely a link to a GitHub issue page.
bug_report_page: Optional[str]
class World(metaclass=AutoWorldRegister):
"""A World object encompasses a game's Items, Locations, Rules and additional data or functionality required.