fix recycling of laser cable
This commit is contained in:
parent
68d0681c0b
commit
f678f084d4
2 changed files with 6 additions and 1 deletions
|
|
@ -134,7 +134,10 @@ const registerGTCEURecipes = (event) => {
|
|||
.duration(20*5)
|
||||
.EUt(GTValues.VA[GTValues.EV])
|
||||
.cleanroom(CleanroomType.CLEANROOM)
|
||||
.addMaterialInfo(true, true)
|
||||
|
||||
TFGHelpers.registerMaterialInfo('gtceu:normal_laser_pipe', [GTMaterials.Air, 1])
|
||||
event.remove({ id: 'gtceu:arc_furnace/arc_normal_laser_pipe' })
|
||||
removeMaceratorRecipe(event, 'macerate_normal_laser_pipe')
|
||||
|
||||
// #endregion
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue