26 lines
567 B
JSON
26 lines
567 B
JSON
{
|
|
"required": true,
|
|
"minVersion": "0.8",
|
|
"package": "com.hypherionmc.craterlib.mixin",
|
|
"compatibilityLevel": "JAVA_17",
|
|
"mixins": [
|
|
],
|
|
"client": [
|
|
"colors.BlockColorsMixin",
|
|
"colors.ItemColorsMixin",
|
|
"events.PlayerMixin"
|
|
],
|
|
"server": [
|
|
"events.CommandMixin",
|
|
"events.PlayerAdvancementsMixin",
|
|
"events.LivingEntityMixin",
|
|
"events.PlayerListMixin",
|
|
"events.ServerPlayerMixin",
|
|
"events.ServerGamePacketListenerImplMixin"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
},
|
|
"refmap": "${refmap_target}refmap.json"
|
|
}
|