Skip to content

Commit c1e74fe

Browse files
committed
mods entry is not optional
1 parent 5725b1e commit c1e74fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ neoForge {
9393
mods {
9494
// define mod <-> source bindings
9595
// these are used to tell the game which sources are for which mod
96-
// mostly optional in a single mod project
97-
// but multi mod projects should define one per mod
96+
// multi mod projects should define one per mod
9897
"${mod_id}" {
9998
sourceSet(sourceSets.main)
10099
}

0 commit comments

Comments
 (0)