Sit/src/main/resources/sit!.mixins.json

12 lines
212 B
JSON
Raw Normal View History

2024-07-11 13:43:54 -05:00
{
"required": true,
"minVersion": "0.8",
"package": "one.oth3r.sit.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
"TextDisplayDismountMixin"
],
"injectors": {
"defaultRequire": 1
}
}