mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-02-07 10:45:00 +01:00
25 lines
744 B
JSON
25 lines
744 B
JSON
{
|
|
"required": true,
|
|
"priority": 1100,
|
|
"package": "com.simibubi.create.foundation.mixin",
|
|
"compatibilityLevel": "JAVA_8",
|
|
"refmap": "create.refmap.json",
|
|
"client": [
|
|
"BreakProgressMixin",
|
|
"ChromaticProjectorHooksMixin",
|
|
"EntityContraptionInteractionMixin",
|
|
"flywheel.CancelTileEntityRenderMixin",
|
|
"flywheel.FogColorTrackerMixin",
|
|
"flywheel.RenderHooksMixin",
|
|
"flywheel.ShaderCloseMixin",
|
|
"flywheel.StoreProjectionMatrixMixin",
|
|
"flywheel.TileRemoveMixin",
|
|
"flywheel.TileWorldHookMixin",
|
|
"flywheel.light.LightUpdateMixin",
|
|
"flywheel.light.NetworkLightUpdateMixin"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
},
|
|
"minVersion": "0.8"
|
|
}
|