blob: c7ca9b66d7d34e09428baccb46e05907f13648f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"required": true,
"package": "moe.nea.beacons.mixin",
"compatibilityLevel": "JAVA_21",
"mixins": [
"BeaconBeamSectionMixin",
"BeaconMixin",
"SkullBlockRangeExtender"
],
"injectors": {
"defaultRequire": 1
}
}
|