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:
parent
6bbd2bd826
commit
a715a22afa
@ -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'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user