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

13 lines
238 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": [
2024-09-21 20:08:00 -05:00
"ReloadCommandMixin",
2024-07-11 13:43:54 -05:00
"TextDisplayDismountMixin"
],
"injectors": {
"defaultRequire": 1
}
}