mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-11-10 12:34:11 +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
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -59,6 +59,7 @@ body:
|
||||
label: Mod Version
|
||||
description: The version of the mod you were using when the bug occured
|
||||
options:
|
||||
- "0.4.2-rc"
|
||||
- "0.4.1"
|
||||
- "0.4.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:
|
||||
Update to 1.18.1
|
||||
Changes
|
||||
|
@ -2,7 +2,7 @@ org.gradle.jvmargs = -Xmx3G
|
||||
org.gradle.daemon = false
|
||||
|
||||
# mod version info
|
||||
mod_version = 0.4.1
|
||||
mod_version = 0.4.2-rc
|
||||
mc_update_version = 1.18
|
||||
minecraft_version = 1.18.1
|
||||
forge_version = 39.0.5
|
||||
|
Loading…
Reference in New Issue
Block a user