Skip to content

Commit

Permalink
indent should be done with editorconfig ig
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamarine authored Feb 3, 2024
1 parent 7f1c839 commit 5cb425c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@
}
],
"beforeGameStart": [
{
{
"adapter": "kotlin",
"value": "turniplabs.examplemod.ExampleMod"
}
],
"afterGameStart": [
{
"afterGameStart": [
{
"adapter": "kotlin",
"value": "turniplabs.examplemod.ExampleMod"
}
],
"recipesReady": [
{
"recipesReady": [
{
"adapter": "kotlin",
"value": "turniplabs.examplemod.ExampleMod"
}
Expand Down

0 comments on commit 5cb425c

Please sign in to comment.