mirror of
https://code.chipmunk.land/ChomeNS/chipmunkmod.git
synced 2025-11-13 19:56:15 +00:00
24 lines
587 B
JSON
24 lines
587 B
JSON
{
|
|
"required": true,
|
|
"minVersion": "0.8",
|
|
"package": "land.chipmunk.chipmunkmod.mixin",
|
|
"compatibilityLevel": "JAVA_21",
|
|
"client": [
|
|
"ChatInputSuggestorMixin",
|
|
"ChatScreenMixin",
|
|
"ClientCommonNetworkHandlerAccessor",
|
|
"ClientConnectionMixin",
|
|
"ClientPlayerEntityMixin",
|
|
"ClientPlayNetworkHandlerMixin",
|
|
"ClientWorldAccessor",
|
|
"DebugChartAccessor",
|
|
"DebugHudAccessor",
|
|
"MinecraftClientAccessor",
|
|
"StringHelperMixin",
|
|
"ElderGuardianAppearanceParticleMixin",
|
|
"SoundSystemMixin"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|