kaupen bow and ashes

This commit is contained in:
Vos
2025-11-11 00:04:27 -06:00
parent 4938b5675e
commit 69ec2bea0b
18 changed files with 184 additions and 21 deletions
+12 -9
View File
@@ -1,11 +1,14 @@
{
"required": true,
"package": "com.acethewildfire.acesbs.mixin",
"compatibilityLevel": "JAVA_21",
"mixins": [
"ExampleMixin"
],
"injectors": {
"defaultRequire": 1
}
"required": true,
"package": "com.acethewildfire.acesbs.mixin",
"compatibilityLevel": "JAVA_21",
"mixins": [
"ExampleMixin"
],
"injectors": {
"defaultRequire": 1
},
"client": [
"AbstractClientPlayerEntityMixin"
]
}