We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19a0896 commit eef3a9eCopy full SHA for eef3a9e
src/main/kotlin/org/polyfrost/example/ExampleEntrypoint.kt
@@ -55,6 +55,8 @@ class ExampleEntrypoint
55
56
//#if FABRIC
57
//$$ override
58
+ //#elseif FORGE && MC <= 1.12.2
59
+ @Mod.EventHandler
60
//#endif
61
fun onInitialize(
62
//#if FORGE-LIKE
@@ -70,6 +72,8 @@ class ExampleEntrypoint
70
72
71
73
74
75
76
77
78
fun onInitializeClient(
79
@@ -89,6 +93,8 @@ class ExampleEntrypoint
89
93
90
94
91
95
96
97
92
98
99
fun onInitializeServer(
100
0 commit comments