thinksame.mc/src/main/resources/thinksame.mixins.json

15 lines
239 B
JSON
Raw Normal View History

2021-01-08 22:02:23 -05:00
{
"required": true,
"minVersion": "0.8",
"package": "dev.pfaff.thinksame.mixin",
"compatibilityLevel": "JAVA_8",
"mixins": [],
"client": [
2021-03-05 21:10:06 -05:00
"MouseMixin",
"ScreenMixin"
2021-01-08 22:02:23 -05:00
],
"injectors": {
"defaultRequire": 1
}
}