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
|
||||
|
||||
|
|
|
|||
|
|
@ -11,6 +11,8 @@ const NEW_MOB_MAX_HP = {
|
|||
"endermanoverhaul:windswept_hills_enderman": 70,
|
||||
"endermanoverhaul:soulsand_valley_enderman": 80,
|
||||
"minecraft:stray": 40,
|
||||
"species:limpet": 20,
|
||||
"species:birt": 20,
|
||||
|
||||
// mars mobs -- wan's ancient beasts has its own config for this (also includes sniffer)
|
||||
"endermanoverhaul:crimson_enderman": 60,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue