Skip to content

Commit

Permalink
Merge pull request #31 from Cloudperry/patch-1
Browse files Browse the repository at this point in the history
Change fabric.mod.json to load the mod only on the client
  • Loading branch information
mrshmllow authored Dec 18, 2021
2 parents d5b4890 + 7b2ffe6 commit 09188ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"license": "MIT",
"icon": "assets/brb/icon.png",
"environment": "*",
"environment": "client",
"entrypoints": {
"main": [
"marsh.town.brb.fabric.BetterRecipeBookFabric"
Expand All @@ -36,4 +36,4 @@
"cloth-config2": ">=5.0.38",
"architectury": ">=3.2.47"
}
}
}

0 comments on commit 09188ab

Please sign in to comment.