mc-js/src/assets/mcscript.mixins.json
2024-04-16 10:11:04 +03:00

18 lines
371 B
JSON
Executable File

{
"required": true,
"minVersion": "0.8",
"package": "me.topchetoeu.mcscript.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
"BlockItemMixin",
"ScreenHandlerMixin"
],
"client": [
"ChatScreenMixin",
"MinecraftClientMixin",
"KeyboardMixin"
],
"injectors": {
"defaultRequire": 1
}
}