2018-11-03 23:22:32 +01:00
|
|
|
{
|
|
|
|
|
"required": true,
|
2020-02-25 08:56:28 -06:00
|
|
|
"minVersion": "0.8",
|
2023-01-26 21:15:48 -05:00
|
|
|
"package": "land.chipmunk.chipmunkmod.mixin",
|
2022-01-24 20:22:46 +00:00
|
|
|
"compatibilityLevel": "JAVA_17",
|
2019-04-07 19:39:49 +02:00
|
|
|
"client": [
|
2023-01-29 20:00:09 -05:00
|
|
|
"ChatInputSuggestorMixin",
|
2023-05-03 21:02:11 +07:00
|
|
|
"ChatScreenMixin",
|
2023-01-31 22:49:50 -05:00
|
|
|
"ClientConnectionMixin",
|
2023-02-08 21:30:14 -05:00
|
|
|
"ClientPlayerEntityMixin",
|
2023-05-03 21:02:11 +07:00
|
|
|
"ClientPlayNetworkHandlerAccessor",
|
2023-02-12 21:04:04 -05:00
|
|
|
"ClientPlayNetworkHandlerMixin",
|
2023-05-03 21:02:11 +07:00
|
|
|
"MinecraftClientAccessor",
|
2023-05-20 12:35:04 +07:00
|
|
|
"StringHelperMixin",
|
2023-06-25 09:23:40 +07:00
|
|
|
"ElderGuardianAppearanceParticleMixin",
|
2023-06-25 10:00:32 +07:00
|
|
|
"IdentifierMixin",
|
2023-06-29 16:12:59 +07:00
|
|
|
"DecoratedPotBlockEntitySherdsMixin",
|
2023-06-29 21:25:03 +07:00
|
|
|
"TextMixin",
|
|
|
|
|
"ClientConnectionInvoker",
|
2023-07-04 18:59:30 +07:00
|
|
|
"ClientConnectionAccessor",
|
2023-07-16 18:36:23 +07:00
|
|
|
"PlayerListEntryAccessor",
|
2023-08-17 19:08:13 +07:00
|
|
|
"SharedConstantsMixin",
|
2023-08-24 19:47:58 +07:00
|
|
|
"TextSerializerMixin",
|
2023-09-02 19:08:37 +07:00
|
|
|
"CommandDispatcherMixin",
|
2023-10-07 11:07:56 +07:00
|
|
|
"SoundSystemMixin",
|
|
|
|
|
"TextFieldWidgetMixin"
|
2018-11-03 23:22:32 +01:00
|
|
|
],
|
|
|
|
|
"injectors": {
|
|
|
|
|
"defaultRequire": 1
|
|
|
|
|
}
|
2018-11-06 10:51:23 +01:00
|
|
|
}
|