mirror of
https://github.com/TeamMidnightDust/SwordBlocking.git
synced 2025-12-16 23:05:10 +01:00
First release!
This commit is contained in:
11
src/main/resources/swordblocking.mixins.json
Normal file
11
src/main/resources/swordblocking.mixins.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"required": true,
|
||||
"package": "eu.midnightdust.swordblocking.mixin",
|
||||
"compatibilityLevel": "JAVA_8",
|
||||
"client": [
|
||||
"MixinPlayerEntityRenderer"
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user