mirror of
https://code.chipmunk.land/ChomeNS/chipmunkmod.git
synced 2025-11-13 21:06:16 +00:00
24 lines
570 B
JSON
24 lines
570 B
JSON
{
|
|
"required": true,
|
|
"minVersion": "0.8",
|
|
"package": "land.chipmunk.chipmunkmod.mixin",
|
|
"compatibilityLevel": "JAVA_21",
|
|
"client": [
|
|
"ChatInputSuggestorMixin",
|
|
"ChatScreenMixin",
|
|
"ClientConnectionMixin",
|
|
"ClientPlayerEntityMixin",
|
|
"ClientPlayNetworkHandlerMixin",
|
|
"MinecraftClientAccessor",
|
|
"StringHelperMixin",
|
|
"ElderGuardianAppearanceParticleMixin",
|
|
"TextMixin",
|
|
"TextSerializerMixin",
|
|
"CommandDispatcherMixin",
|
|
"SoundSystemMixin",
|
|
"TextFieldWidgetMixin"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|