init
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user