1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-12-08 23:18:05 +00:00
Files
CC-Tweaked/src/main/resources/computercraft.mixins.json

37 lines
817 B
JSON

{
"required": true,
"package": "dan200.computercraft.fabric.mixin",
"compatibilityLevel": "JAVA_16",
"mixins": [
"LevelResourceAccess",
"MinecraftServerAccess",
"MixinBlock",
"MixinChunkMap",
"MixinEntity",
"MixinLevel",
"MixinMatrix4f",
"MixinServerLevel",
"MixinServerPlayerGameMode"
],
"client": [
"ChatComponentAccess",
"ItemInHandRendererAccess",
"MixinGameRenderer",
"MixinItemFrameRenderer",
"MixinItemInHandRenderer",
"MixinLevelRenderer",
"MixinMinecraft",
"MixinScreen",
"MixinSoundEngine",
"BlockRenderDispatcherMixin"
],
"server": [
"MixinLanguage"
],
"injectors": {
"defaultRequire": 1
}
}