mirror of
https://github.com/TeamMidnightDust/SwordBlocking.git
synced 2025-12-16 23:05:10 +01:00
SwordBlocking 1.2.0 - 1.19.3, Config, Axe blocking,
- Added configuration screen based on MidnightLib - Made everything configurable - Add option to hide offhand slot when it contains a shield - Fix 3rd-person blocking
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
{
|
||||
"required": true,
|
||||
"package": "eu.midnightdust.swordblocking.mixin",
|
||||
"compatibilityLevel": "JAVA_8",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"client": [
|
||||
"MixinPlayerEntityRenderer"
|
||||
"MixinPlayerEntityRenderer",
|
||||
"MixinBipedEntityModel",
|
||||
"MixinInGameHud",
|
||||
"MixinHeldItemRenderer"
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
|
||||
Reference in New Issue
Block a user