mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-09 22:06:09 +01:00
25 lines
601 B
JSON
25 lines
601 B
JSON
|
{
|
||
|
"required": true,
|
||
|
"minVersion": "0.8",
|
||
|
"package": "com.jozufozu.flywheel.mixin",
|
||
|
"compatibilityLevel": "JAVA_8",
|
||
|
"refmap": "flywheel.refmap.json",
|
||
|
"mixins": [
|
||
|
],
|
||
|
"client": [
|
||
|
"CancelEntityRenderMixin",
|
||
|
"CancelTileEntityRenderMixin",
|
||
|
"FogColorTrackerMixin",
|
||
|
"RenderHooksMixin",
|
||
|
"ShaderCloseMixin",
|
||
|
"StoreProjectionMatrixMixin",
|
||
|
"TileRemoveMixin",
|
||
|
"TileWorldHookMixin",
|
||
|
"light.LightUpdateMixin",
|
||
|
"light.NetworkLightUpdateMixin"
|
||
|
],
|
||
|
"injectors": {
|
||
|
"defaultRequire": 1
|
||
|
}
|
||
|
}
|