mirror of
https://code.chipmunk.land/ChomeNS/chipmunkmod.git
synced 2025-11-14 03:56:26 +00:00
29 lines
733 B
JSON
29 lines
733 B
JSON
{
|
|
"required": true,
|
|
"minVersion": "0.8",
|
|
"package": "land.chipmunk.chipmunkmod.mixin",
|
|
"compatibilityLevel": "JAVA_17",
|
|
"client": [
|
|
"ChatInputSuggestorMixin",
|
|
"ChatScreenMixin",
|
|
"ClientConnectionMixin",
|
|
"ClientPlayerEntityMixin",
|
|
"ClientPlayNetworkHandlerAccessor",
|
|
"ClientPlayNetworkHandlerMixin",
|
|
"MinecraftClientAccessor",
|
|
"DecoderHandlerMixin",
|
|
"StringHelperMixin",
|
|
"NbtIoMixin",
|
|
"ElderGuardianAppearanceParticleMixin",
|
|
"IdentifierMixin",
|
|
"DecoratedPotBlockEntitySherdsMixin",
|
|
"TextMixin",
|
|
"ClientConnectionInvoker",
|
|
"ClientConnectionAccessor",
|
|
"PlayerListEntryAccessor",
|
|
"SharedConstantsMixin"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|