EAA_MOD/src/main/resources/eaamod.mixins.json

17 lines
272 B
JSON
Raw Normal View History

2021-05-20 22:26:46 +02:00
{
"required": true,
"minVersion": "0.8",
2021-05-21 18:18:32 +02:00
"package": "net.saltymc.eaa.mixin",
2021-05-20 22:26:46 +02:00
"compatibilityLevel": "JAVA_8",
"mixins": [
],
"client": [
"ExampleMixin",
"InGameHudMixin",
"PlayerListHudAccessor"
2021-05-20 22:26:46 +02:00
],
"injectors": {
"defaultRequire": 1
}
}