mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-10 06:16:07 +01:00
008c6c1e3f
- RIP ChunkIter, may you rule over the depths of hell in peace - Fix memory leak when instance worlds get reset - Server worlds are not flywheel worlds - Nothing to do on world load anymore
29 lines
804 B
JSON
29 lines
804 B
JSON
{
|
|
"required": true,
|
|
"minVersion": "0.8",
|
|
"package": "com.jozufozu.flywheel.mixin",
|
|
"compatibilityLevel": "JAVA_17",
|
|
"refmap": "flywheel.refmap.json",
|
|
"client": [
|
|
"CancelEntityRenderMixin",
|
|
"ChunkRebuildHooksMixin",
|
|
"FixFabulousDepthMixin",
|
|
"InstanceAddMixin",
|
|
"InstanceRemoveMixin",
|
|
"LevelRendererAccessor",
|
|
"PausedPartialTickAccessor",
|
|
"RenderHooksMixin",
|
|
"RenderTexturesMixin",
|
|
"ShaderCloseMixin",
|
|
"atlas.AtlasDataMixin",
|
|
"atlas.SheetDataAccessor",
|
|
"light.LightUpdateMixin",
|
|
"light.NetworkLightUpdateMixin",
|
|
"matrix.Matrix3fMixin",
|
|
"matrix.Matrix4fMixin",
|
|
"matrix.PoseStackMixin"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|