Fixed CurseForge build nomenclature so that Guide-API is seen as a required library
This commit is contained in:
parent
51275f99b3
commit
a3c69798f3
|
@ -204,6 +204,7 @@ String getChangelogText() {
|
||||||
def curseRelations = {
|
def curseRelations = {
|
||||||
optionalLibrary 'just-enough-items-jei'
|
optionalLibrary 'just-enough-items-jei'
|
||||||
optionalLibrary 'waila'
|
optionalLibrary 'waila'
|
||||||
|
requiredLibrary 'guide-api'
|
||||||
}
|
}
|
||||||
|
|
||||||
curseforge {
|
curseforge {
|
||||||
|
|
Loading…
Reference in a new issue