mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-16 07:24:32 +01:00
19 lines
471 B
JSON
19 lines
471 B
JSON
{
|
|
"required": true,
|
|
"package": "com.simibubi.create.foundation.mixin",
|
|
"compatibilityLevel": "JAVA_8",
|
|
"refmap": "create.refmap.json",
|
|
"client": [
|
|
"OnRemoveTileMixin",
|
|
"ShaderCloseMixin",
|
|
"CancelTileEntityRenderMixin",
|
|
"LightUpdateMixin",
|
|
"RenderHooksMixin",
|
|
"FogColorTrackerMixin",
|
|
"NetworkLightUpdateMixin"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
},
|
|
"minVersion": "0.8"
|
|
} |