mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-16 15:34:39 +01:00
3c4e504f61
# Conflicts: # src/main/java/com/simibubi/create/events/ClientEvents.java # src/main/resources/create.mixins.json
28 lines
616 B
JSON
28 lines
616 B
JSON
{
|
|
"required": true,
|
|
"priority": 1100,
|
|
"package": "com.simibubi.create.foundation.mixin",
|
|
"compatibilityLevel": "JAVA_8",
|
|
"refmap": "create.refmap.json",
|
|
"mixins": [
|
|
],
|
|
"client": [
|
|
"CancelTileEntityRenderMixin",
|
|
"EntityContraptionInteractionMixin",
|
|
"FogColorTrackerMixin",
|
|
"HeavyBootsOnPlayerMixin",
|
|
"LightUpdateMixin",
|
|
"NetworkLightUpdateMixin",
|
|
"RenderHooksMixin",
|
|
"ShaderCloseMixin",
|
|
"StoreProjectionMatrixMixin",
|
|
"TileRemoveMixin",
|
|
"TileWorldHookMixin",
|
|
"WindowResizeMixin"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
},
|
|
"minVersion": "0.8"
|
|
}
|