19 lines
376 B
JSON
19 lines
376 B
JSON
{
|
|
"required": true,
|
|
"package": "com.acethewildfire.acesbs.mixin",
|
|
"compatibilityLevel": "JAVA_21",
|
|
"mixins": [
|
|
"CreeperInteractMixin",
|
|
"CreeperTickMixin",
|
|
"CreeperTransformStateMixin",
|
|
"EntityMixin",
|
|
"ExampleMixin"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
},
|
|
"client": [
|
|
"AbstractClientPlayerEntityMixin",
|
|
"PlayerEntityMixin"
|
|
]
|
|
} |