Implement events required by Simple Discord Link

This commit is contained in:
2023-05-28 20:15:51 +02:00
parent 2a027e5a1e
commit e8aa4aade7
17 changed files with 446 additions and 4 deletions

View File

@@ -7,9 +7,16 @@
],
"client": [
"colors.BlockColorsMixin",
"colors.ItemColorsMixin"
"colors.ItemColorsMixin",
"events.PlayerMixin"
],
"server": [
"events.CommandMixin",
"events.PlayerAdvancementsMixin",
"events.LivingEntityMixin",
"events.PlayerListMixin",
"events.ServerPlayerMixin",
"events.ServerGamePacketListenerImplMixin"
],
"injectors": {
"defaultRequire": 1