We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53edefd commit 3cd311bCopy full SHA for 3cd311b
2 files changed
wikis/kubejs-oritech/.vitepress/config.mts
@@ -45,6 +45,7 @@ export default defineConfig({
45
{
46
text: "Events",
47
items: [
48
+ { text: "Overview", link: "event/overview" },
49
{ text: "Deep Drill Registration", link: "event/deepdrill_registration" },
50
{ text: "Soul Collection", link: "event/soulcollection" },
51
{ text: "Tags", link: "event/tags" },
wikis/kubejs-oritech/docs/event/overview.md
@@ -0,0 +1,10 @@
1
+# Event Overview
2
+
3
+| Name | Server | Cancelable |
4
+| ----------------------- | :----: | :--------: |
5
+| Deep Drill Registration | ✓ | |
6
+| Soul Collection | ✓ | ✓ |
7
+| Tags | ✓ | |
8
+| Particle Injected | ✓ | ✓ |
9
+| Particle Collided | ✓ | ✓ |
10
+| Particle Exited | ✓ | |
0 commit comments