1
0
mirror of https://github.com/xzeldon/RemoveBlockOutline synced 2025-04-11 12:07:08 +03:00
RemoveBlockOutline/src/main/resources/removeblockoutline.mixins.json
2022-05-22 16:35:39 +03:00

15 lines
247 B
JSON

{
"required": true,
"minVersion": "0.8",
"package": "ru.xzeldon.removeblockoutline.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
],
"client": [
"RemoveBlockOutlineMixin"
],
"injectors": {
"defaultRequire": 1
}
}