mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-12-28 16:06:28 +01:00
Bump version 0.4.2-rc
- rc so Create 0.4a can still be compatible - also still not sure if the accessor bug is fixed
This commit is contained in:
parent
15ea38ede7
commit
249ec5e5e5
3 changed files with 7 additions and 1 deletions
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -59,6 +59,7 @@ body:
|
||||||
label: Mod Version
|
label: Mod Version
|
||||||
description: The version of the mod you were using when the bug occured
|
description: The version of the mod you were using when the bug occured
|
||||||
options:
|
options:
|
||||||
|
- "0.4.2-rc"
|
||||||
- "0.4.1"
|
- "0.4.1"
|
||||||
- "0.4.0"
|
- "0.4.0"
|
||||||
- "0.3.0"
|
- "0.3.0"
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
0.4.1a:
|
||||||
|
Fixes
|
||||||
|
- Partially fix crash on intel and mesa drivers (needs Create to update)
|
||||||
|
- Fix garbage rendering on AMD GPUs
|
||||||
|
|
||||||
0.4.1:
|
0.4.1:
|
||||||
Update to 1.18.1
|
Update to 1.18.1
|
||||||
Changes
|
Changes
|
||||||
|
|
|
@ -2,7 +2,7 @@ org.gradle.jvmargs = -Xmx3G
|
||||||
org.gradle.daemon = false
|
org.gradle.daemon = false
|
||||||
|
|
||||||
# mod version info
|
# mod version info
|
||||||
mod_version = 0.4.1
|
mod_version = 0.4.2-rc
|
||||||
mc_update_version = 1.18
|
mc_update_version = 1.18
|
||||||
minecraft_version = 1.18.1
|
minecraft_version = 1.18.1
|
||||||
forge_version = 39.0.5
|
forge_version = 39.0.5
|
||||||
|
|
Loading…
Reference in a new issue