Skip to content

Commit b42bf10

Browse files
committed
Revert "Update fabric.mod.json"
This reverts commit a9767f5.
1 parent a53a1a3 commit b42bf10

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/main/resources/fabric.mod.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,16 @@
2020
"entrypoints": {
2121
"main": [
2222
"turniplabs.examplemod.ExampleMod"
23-
]
23+
],
24+
"beforeGameStart": [
25+
"turniplabs.examplemod.ExampleMod"
26+
],
27+
"afterGameStart": [
28+
"turniplabs.examplemod.ExampleMod"
29+
],
30+
"recipesReady": [
31+
"turniplabs.examplemod.ExampleMod"
32+
]
2433
},
2534
"mixins": [
2635
"examplemod.mixins.json"

0 commit comments

Comments
 (0)