mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-12-28 16:06:28 +01:00
Bump version - 0.2.1
This commit is contained in:
parent
b530ea1be5
commit
0875930e64
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
0.2.1:
|
||||||
|
Fixes
|
||||||
|
- Potential fix for many issues caused by optimized chunk accesses
|
||||||
|
New
|
||||||
|
- Added config+command to disable chunk access optimization
|
||||||
|
|
||||||
0.2.0:
|
0.2.0:
|
||||||
New
|
New
|
||||||
- Flywheel driven shulker box rendering
|
- Flywheel driven shulker box rendering
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
org.gradle.jvmargs=-Xmx3G
|
org.gradle.jvmargs=-Xmx3G
|
||||||
org.gradle.daemon=false
|
org.gradle.daemon=false
|
||||||
# mod version info
|
# mod version info
|
||||||
mod_version=0.2.0
|
mod_version=0.2.1
|
||||||
mc_update_version=1.16
|
mc_update_version=1.16
|
||||||
minecraft_version=1.16.5
|
minecraft_version=1.16.5
|
||||||
forge_version=36.1.66
|
forge_version=36.1.66
|
||||||
|
|
Loading…
Reference in a new issue