Skip to content

Commit

Permalink
Revert "Update fabric.mod.json"
Browse files Browse the repository at this point in the history
This reverts commit a9767f5.
  • Loading branch information
MartinSVK12 committed Dec 19, 2024
1 parent a53a1a3 commit b42bf10
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,16 @@
"entrypoints": {
"main": [
"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 b42bf10

Please sign in to comment.