mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-11-10 12:34:11 +01:00
Bump version - 0.1.1
This commit is contained in:
parent
07a2cfd7db
commit
dcacdedba9
@ -1,3 +1,13 @@
|
||||
0.1.1:
|
||||
New
|
||||
- Flywheel driven chest and bell rendering, ~20x performance improvement in contrived cases
|
||||
Fixes
|
||||
- Fix potential crash related to rendering breaking overlay
|
||||
Technical/API
|
||||
- Deprecate instance registration functions in favor of builders
|
||||
- Refactor breaking overlay renderer to be cleaner and more contained
|
||||
- Move per-world material managers out of WorldContext into InstancedRenderDispatcher
|
||||
|
||||
0.1.0:
|
||||
Fixes
|
||||
- Render layer events are always dispatched, even when the backend is disabled
|
||||
|
@ -1,7 +1,7 @@
|
||||
org.gradle.jvmargs=-Xmx3G
|
||||
org.gradle.daemon=false
|
||||
# mod version info
|
||||
mod_version=0.1.0
|
||||
mod_version=0.1.1
|
||||
mc_update_version=1.16
|
||||
minecraft_version=1.16.5
|
||||
forge_version=36.0.42
|
||||
|
Loading…
Reference in New Issue
Block a user