Architectury port

because why not
This commit is contained in:
Martin Prokoph
2024-07-07 22:26:59 +02:00
parent d91ced885d
commit 2a03dd78fb
22 changed files with 402 additions and 123 deletions

View File

@@ -1,15 +0,0 @@
{
"required": true,
"minVersion": "0.8",
"package": "eu.midnightdust.swordblocking.mixin",
"compatibilityLevel": "JAVA_17",
"client": [
"MixinPlayerEntityRenderer",
"MixinBipedEntityModel",
"MixinInGameHud",
"MixinHeldItemRenderer"
],
"injectors": {
"defaultRequire": 1
}
}