This commit is contained in:
2026-05-13 20:38:59 +03:00
parent 9055c9c93c
commit 5620324b2e
4904 changed files with 391162 additions and 0 deletions
@@ -0,0 +1,23 @@
{
"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
}
}