mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-16 07:24:32 +01:00
970a5c2f53
- Fix sudden light transitions in JEI scenes - Allow block GuiGameElements to set custom lighting - Remove deprecated GuiGameElement methods
29 lines
643 B
JSON
29 lines
643 B
JSON
{
|
|
"required": true,
|
|
"priority": 1100,
|
|
"package": "com.simibubi.create.foundation.mixin",
|
|
"compatibilityLevel": "JAVA_8",
|
|
"refmap": "create.refmap.json",
|
|
"mixins": [
|
|
],
|
|
"client": [
|
|
"CancelTileEntityRenderMixin",
|
|
"EntityContraptionInteractionMixin",
|
|
"FixInverseCbrtMixin",
|
|
"FogColorTrackerMixin",
|
|
"HeavyBootsOnPlayerMixin",
|
|
"LightUpdateMixin",
|
|
"NetworkLightUpdateMixin",
|
|
"RenderHooksMixin",
|
|
"ShaderCloseMixin",
|
|
"StoreProjectionMatrixMixin",
|
|
"TileRemoveMixin",
|
|
"TileWorldHookMixin",
|
|
"WindowResizeMixin"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
},
|
|
"minVersion": "0.8"
|
|
}
|