generated from MrSphay/codex-agent-repository-kit
22 lines
475 B
JSON
22 lines
475 B
JSON
{
|
|
"refmap": "explosionoverhaul.mixins.refmap.json",
|
|
"required": true,
|
|
"minVersion": "0.8",
|
|
"package": "com.vinlanx.explosionoverhaul.mixin",
|
|
"compatibilityLevel": "JAVA_17",
|
|
"mixins": [
|
|
"ExplosionMixin"
|
|
],
|
|
"client": [
|
|
"GameRendererBlurMixin",
|
|
"ChannelAccessor",
|
|
"ChannelLowpassMixin",
|
|
"SoundEngineAudioQueueMixin",
|
|
"SoundPhysicsEnvironmentMixin"
|
|
],
|
|
"server": [],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|