Add Ender Lily Item to Resonant Ender Recipe (#1105)

[DETAILS]
detail = "Fixes #1076"
[DETAILS]

[BALANCING]

Co-authored-by: Integer Limit <103940576+IntegerLimit@users.noreply.github.com>
This commit is contained in:
v3ect0rgames 2024-11-14 23:50:37 -05:00 committed by GitHub
parent 6bbd2bd826
commit a715a22afa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -110,6 +110,14 @@ if (LabsModeHelper.expert) {
.buildAndRegister()
}
// Ender Lily Extractor Recipe
mods.gregtech.extractor.recipeBuilder()
.inputs(item('extrautils2:enderlilly')
.fluidOutputs(fluid('ender') * 25)
.duration(80).EUt(VA[ULV])
.buildAndRegister()
// Coated Circuit Board
mods.gregtech.assembler.recipeBuilder()
.inputs(ore('plateWood'))