promotional bannermobile promotional banner

Flywheel (Legacy)

An accessory rendering engine for block entities and entities.

File Details

flywheel-forge-1.18-0.4.0.jar

  • R
  • Dec 10, 2021
  • 480.06 KB
  • 44.6K
  • 1.18
  • Forge

File Name

flywheel-forge-1.18-0.4.0.jar

Supported Versions

  • 1.18

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:flywheel-486392:3556768")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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