mirror of
https://github.com/TeamMidnightDust/SwordBlocking.git
synced 2025-12-15 22:45:09 +01:00
19 lines
362 B
JSON
19 lines
362 B
JSON
{
|
|
"required": true,
|
|
"package": "eu.midnightdust.swordblocking.mixins",
|
|
"compatibilityLevel": "JAVA_17",
|
|
"client": [
|
|
"MixinGui",
|
|
"MixinArmedEntityRenderState",
|
|
"MixinHumanoidModel",
|
|
"MixinItemInHandLayer",
|
|
"MixinItemInHandRenderer",
|
|
"MixinPlayerRenderer"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
},
|
|
"mixinextras": {
|
|
"minVersion": "0.5.0"
|
|
}
|
|
} |