Implement Event System and Basic Events

This commit is contained in:
2022-06-30 23:19:24 +02:00
parent d745821dad
commit 90237abca6
17 changed files with 300 additions and 4 deletions

View File

@@ -6,6 +6,8 @@
"mixins": [
],
"client": [
"colors.BlockColorsMixin",
"colors.ItemColorsMixin"
],
"server": [
],