mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-10 22:36:06 +01:00
ef48504caa
- Matrices use #store - Accessor for pausedPartialTick
26 lines
641 B
JSON
26 lines
641 B
JSON
{
|
|
"required": true,
|
|
"minVersion": "0.8",
|
|
"package": "com.jozufozu.flywheel.mixin",
|
|
"compatibilityLevel": "JAVA_16",
|
|
"refmap": "flywheel.refmap.json",
|
|
"client": [
|
|
"CancelEntityRenderMixin",
|
|
"CancelTileEntityRenderMixin",
|
|
"FixFabulousDepthMixin",
|
|
"RenderHooksMixin",
|
|
"ShaderCloseMixin",
|
|
"atlas.AtlasDataMixin",
|
|
"atlas.SheetDataAccessor",
|
|
"light.LightUpdateMixin",
|
|
"light.NetworkLightUpdateMixin",
|
|
"LevelRendererAccessor",
|
|
"InstanceAddMixin",
|
|
"InstanceRemoveMixin",
|
|
"LeakChunkStorageArrayMixin",
|
|
"PausedPartialTickAccessor"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|