mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-12-27 07:26:48 +01:00
Update changelog, make bug report template loader agnostic
This commit is contained in:
parent
a419eab484
commit
ec8b831917
2 changed files with 6 additions and 3 deletions
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -96,9 +96,9 @@ body:
|
|||
required: true
|
||||
- type: input
|
||||
attributes:
|
||||
label: Forge Version
|
||||
description: The version of Forge you were using when the bug occured
|
||||
placeholder: 39.0.0
|
||||
label: Loader Version
|
||||
description: The version of Forge or Fabric you were using when the bug occured
|
||||
placeholder: Forge 39.0.0
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
0.6.2:
|
||||
Update to 1.18.2
|
||||
|
||||
0.6.1:
|
||||
Fixes
|
||||
- Fix crash when loading block entities for Flywheel to render, most common when exploring the end.
|
||||
|
|
Loading…
Reference in a new issue