Fix JEI slug

This commit is contained in:
Nicholas Ignoffo 2017-08-19 20:45:11 -07:00 committed by Nicholas Ignoffo
parent 3f4407e866
commit 4fbcac6aa2

View file

@ -151,7 +151,7 @@ String getChangelogText() {
}
def curseRelations = {
optionalLibrary 'just-enough-items-jei'
optionalLibrary 'jei'
optionalLibrary 'hwyla'
requiredLibrary 'guide-api'
}