diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b976980..2fed879 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -18,11 +18,14 @@ body: label: Version description: Which version of Silly Eatables are you using? If it's not listed, please update! options: - - v2.0.0-beta5 + - v2.0.0+mod + - v2.0.0 - v1.3.1+mod - v1.3.1 - v1.2.0+mod - v1.2.0 + - v1.0.2+mod + - v1.0.2 validations: required: true - type: textarea @@ -38,7 +41,7 @@ body: attributes: label: Mod Loader Version description: If running as a mod, which mod loader & Fabric API version are you using? - placeholder: "Example: Fabric Loader v0.16.9 with Fabric API v0.110.0 for Minecraft 1.21.3" + placeholder: "Example: Fabric Loader v0.16.9 with Fabric API v0.110.5 for Minecraft 1.21.3" validations: required: false - type: textarea diff --git a/README.md b/README.md index 91f3f37..9ac97db 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Food recipes in this data pack/mod can be found [here on the wiki](https://githu | Minecraft Version | Silly Eatables Version | | :--: | :--: | -| 1.21.4 (24w46a - 1.21.4-rc3) | [v2.0.0-beta5](https://github.com/Classic36-Media/Silly-Eatables/releases/tag/v2.0.0-beta5) | +| 1.21.4 | [v2.0.0](https://github.com/Classic36-Media/Silly-Eatables/releases/tag/v2.0.0) | | 1.21.2 - 1.21.3 | [v1.3.1](https://github.com/Classic36-Media/Silly-Eatables/releases/tag/v1.3.1) | | 1.21 - 1.21.1 | [v1.2.0](https://github.com/Classic36-Media/Silly-Eatables/releases/tag/v1.2.0) | | 1.20.5 - 1.20.6 | [v1.0.2](https://github.com/Classic36-Media/Silly-Eatables/releases/tag/v1.0.2) |