mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-12-26 15:06:28 +01:00
Bump version - 0.2.2
This commit is contained in:
parent
0e7a61cfcc
commit
6a881b17b3
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
0.2.2:
|
||||
Fixes
|
||||
- Fix ConcurrentModificationException crash
|
||||
- Fix NullPointer rendering create contraptions on older graphics cards
|
||||
- Fix crash triggered when moving large distances in a single frame
|
||||
|
||||
0.2.1:
|
||||
Fixes
|
||||
- Potential fix for many issues caused by optimized chunk accesses
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
org.gradle.jvmargs=-Xmx3G
|
||||
org.gradle.daemon=false
|
||||
# mod version info
|
||||
mod_version=0.2.1
|
||||
mod_version=0.2.2
|
||||
mc_update_version=1.16
|
||||
minecraft_version=1.16.5
|
||||
forge_version=36.1.66
|
||||
|
|
Loading…
Reference in a new issue