Fix GroovyScript Syntax Error (#1111)

[SKIP]
This commit is contained in:
v3ect0rgames 2024-11-21 07:38:14 -05:00 committed by GitHub
parent a715a22afa
commit e0aa2c569a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -113,7 +113,7 @@ if (LabsModeHelper.expert) {
// Ender Lily Extractor Recipe
mods.gregtech.extractor.recipeBuilder()
.inputs(item('extrautils2:enderlilly')
.inputs(item('extrautils2:enderlilly'))
.fluidOutputs(fluid('ender') * 25)
.duration(80).EUt(VA[ULV])
.buildAndRegister()