We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d65069 commit d1b0da2Copy full SHA for d1b0da2
bootstrap/fabric/src/main/resources/fabric.mod.json
@@ -11,9 +11,9 @@
11
"homepage": "https://example.com"
12
},
13
"license": "UNLICENSED",
14
- "environment": "SERVER",
+ "environment": "server",
15
"entrypoints": {
16
- "main": [
+ "server": [
17
"dev.triassic.template.fabric.FabricTemplatePlugin"
18
],
19
"client": []
0 commit comments