mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-02-05 17:54:59 +01:00
Bump version - 0.5.0a
This commit is contained in:
parent
9abfad00c6
commit
552ed07547
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
0.5.0a:
|
||||||
|
Fixes
|
||||||
|
- Address crash experienced by some users while rendering any tile.
|
||||||
|
- Fix crash caused by loading a world with flywheel backend off.
|
||||||
|
|
||||||
0.5.0:
|
0.5.0:
|
||||||
New
|
New
|
||||||
- Added parallel batching backend, effectively a CPU instancer.
|
- Added parallel batching backend, effectively a CPU instancer.
|
||||||
|
|
|
@ -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.5.0
|
mod_version = 0.5.0a
|
||||||
mc_update_version = 1.18
|
mc_update_version = 1.18
|
||||||
minecraft_version = 1.18.1
|
minecraft_version = 1.18.1
|
||||||
forge_version = 39.0.8
|
forge_version = 39.0.8
|
||||||
|
|
Loading…
Reference in a new issue