mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-12-27 07:26:48 +01:00
Bump version - 0.0.3
This commit is contained in:
parent
3fb48d248a
commit
c88d9dca7e
2 changed files with 13 additions and 1 deletions
|
@ -1,3 +1,15 @@
|
||||||
|
0.0.3:
|
||||||
|
New
|
||||||
|
- Include the logo in the mod
|
||||||
|
- Prevent Minecraft from nuking the depth buffer on fabulous graphics
|
||||||
|
- Add some more debug information when shader compilation fails
|
||||||
|
Fixes
|
||||||
|
- Fix startup crash with intel drivers
|
||||||
|
- Fix startup crash with optifine
|
||||||
|
- Fix crash on server start
|
||||||
|
- Fix "unknown custom packet identifier" errors
|
||||||
|
- Fix crash on resource reload
|
||||||
|
|
||||||
0.0.2:
|
0.0.2:
|
||||||
New
|
New
|
||||||
- Added /flywheel backend command to replace /create experimentalRendering
|
- Added /flywheel backend command to replace /create experimentalRendering
|
||||||
|
|
|
@ -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.0.2
|
mod_version=0.0.3
|
||||||
mc_update_version=1.16
|
mc_update_version=1.16
|
||||||
minecraft_version=1.16.5
|
minecraft_version=1.16.5
|
||||||
forge_version=36.0.42
|
forge_version=36.0.42
|
||||||
|
|
Loading…
Reference in a new issue