mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-11-10 20:45:59 +01:00
Merge branch 'dev' into vanilla-opt
This commit is contained in:
commit
b47a14566d
@ -1,3 +1,10 @@
|
||||
0.1.0:
|
||||
Fixes
|
||||
- Render layer events are always dispatched, even when the backend is disabled
|
||||
- Fix a crash when light updates occur close to the world height
|
||||
- Fix issue with optifine shaders
|
||||
- Fix PartialModels not being initialized
|
||||
|
||||
0.0.3:
|
||||
New
|
||||
- Include the logo in the mod
|
||||
|
@ -1,7 +1,7 @@
|
||||
org.gradle.jvmargs=-Xmx3G
|
||||
org.gradle.daemon=false
|
||||
# mod version info
|
||||
mod_version=0.0.3
|
||||
mod_version=0.1.0
|
||||
mc_update_version=1.16
|
||||
minecraft_version=1.16.5
|
||||
forge_version=36.0.42
|
||||
|
Loading…
Reference in New Issue
Block a user