Skip to content

Commit d201ebb

Browse files
committed
this sent me on a wild goose chase
1 parent edf25c1 commit d201ebb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/main/resources/fabric.mod.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@
2121
"license": "MIT",
2222
"icon": "assets/architecture_extensions/icon.png",
2323
"environment": "*",
24-
"entrypoints": {},
24+
"entrypoints": {
25+
"main": [
26+
"gay.debuggy.architecture_extensions.ArchitectureExtensions"
27+
]
28+
},
2529
"mixins": [
2630
"architecture_extensions.mixins.json"
2731
],

0 commit comments

Comments
 (0)