Skip to content

Commit

Permalink
Added entrypoints to fabric.mod.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSVK12 committed Jan 6, 2024
1 parent 4731a73 commit 971d2b8
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,18 @@
"environment": "*",
"entrypoints": {
"main": [
"turniplabs.examplemod.ExampleMod"
]
},
"turniplabs.examplemod.ExampleMod"
],
"beforeGameStart": [
"turniplabs.examplemod.ExampleMod"
],
"afterGameStart": [
"turniplabs.examplemod.ExampleMod"
],
"recipesReady": [
"turniplabs.examplemod.ExampleMod"
]
},
"mixins": [
"examplemod.mixins.json"
],
Expand Down

0 comments on commit 971d2b8

Please sign in to comment.