mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-11-10 12:34:11 +01:00
Update changelog
This commit is contained in:
parent
50fdf9bb59
commit
2394b02e3d
@ -180,6 +180,6 @@ curseforge {
|
||||
changelog = file('changelog.txt')
|
||||
releaseType = project.curse_type
|
||||
mainArtifact jar
|
||||
addGameVersion '1.17.1'
|
||||
addGameVersion '1.18'
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,16 @@
|
||||
0.3.0:
|
||||
Update to 1.17
|
||||
New
|
||||
0.4.0:
|
||||
Update to 1.18
|
||||
Fixes
|
||||
- Fix potential nullpointer rendering breaking overlay
|
||||
- Fix inconsistency in minecart model
|
||||
- Fix memory leak when instance worlds get reset
|
||||
Technical/API
|
||||
- No more MaterialSpec, everything is StructType
|
||||
- Move most user facing interfaces to flywheel.api package
|
||||
- Refactor InstanceData to have no package private fields
|
||||
- Rename many interfaces
|
||||
- All materials use the same vertex format: UNLIT_MODEL
|
||||
- call #tick and #beginFrame on instance creation
|
||||
- Fixes weird delay in object appearance when reloading chunks
|
||||
- Add instances when chunks are built for rendering
|
||||
- Server worlds are not flywheel worlds
|
||||
|
Loading…
Reference in New Issue
Block a user