Skip to content

Commit 2f40864

Browse files
committed
Fix project id reference on curseforge.
1 parent afba4ee commit 2f40864

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fabric/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ tableau {
3333
})
3434
}
3535
curse {
36-
id = '691037'
36+
id = 691037
3737

3838
relationships {
3939
tool('chisels-bits-for-fabric')

neoforge/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ tableau {
3232
})
3333
}
3434
curse {
35-
id = '238590'
35+
id = 238590
3636

3737
relationships {
3838
tool('chisels-bits')

0 commit comments

Comments
 (0)