24 lines
672 B
JSON
24 lines
672 B
JSON
{
|
|
"required": true,
|
|
"package": "dev.ryanhcode.sable.fabric.mixin",
|
|
"compatibilityLevel": "JAVA_21",
|
|
"minVersion": "0.8",
|
|
"plugin": "dev.ryanhcode.sable.plugin.SableMixinPlugin",
|
|
"client": [
|
|
"block_outline_render.LevelRendererMixin",
|
|
"camera_rotation.CameraMixin",
|
|
"compatibility.sodiumextras.EmbyToolsMixin",
|
|
"dynamic_directional_shading.SectionCompilerMixin",
|
|
"fix_bundle_packet.ClientPacketListenerMixin",
|
|
"sound.MovingSoundInstanceDelegateMixin"
|
|
],
|
|
"mixins": [
|
|
"assembly.LevelChunkMixin",
|
|
"assembly.LevelMixin",
|
|
"entities_stick_sublevels.effects.LivingEntityMixin"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|