mirror of
https://github.com/xzeldon/RemoveBlockOutline
synced 2025-04-11 12:07:08 +03:00
15 lines
247 B
JSON
15 lines
247 B
JSON
{
|
|
"required": true,
|
|
"minVersion": "0.8",
|
|
"package": "ru.xzeldon.removeblockoutline.mixin",
|
|
"compatibilityLevel": "JAVA_17",
|
|
"mixins": [
|
|
],
|
|
"client": [
|
|
"RemoveBlockOutlineMixin"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|