Fixes lumen paintball recipes.
Fixes flux stairs. Fixes anything that requires a wrench (network tool) or cutting knife (cable anchors).
This commit is contained in:
@@ -58,7 +58,7 @@ public class AEItemResolver implements ISubItemResolver
|
||||
|
||||
if( itemName.startsWith( "lumen_paint_ball." ) )
|
||||
{
|
||||
return this.paintBall( items.coloredLumenPaintBall(), itemName.substring( itemName.indexOf( '.' ) + 1 ), true );
|
||||
return this.paintBall( items.coloredPaintBall(), itemName.substring( itemName.indexOf( '.' ) + 1 ), true );
|
||||
}
|
||||
|
||||
if( itemName.equals( "cable_glass" ) )
|
||||
|
||||
@@ -5,9 +5,9 @@ shaped=
|
||||
-> 4 ae2:chiseled_quartz_stairs
|
||||
|
||||
shaped=
|
||||
ae2:fluix _ _,
|
||||
ae2:fluix ae2:fluix _,
|
||||
ae2:fluix ae2:fluix ae2:fluix
|
||||
ae2:fluix_block _ _,
|
||||
ae2:fluix_block ae2:fluix_block _,
|
||||
ae2:fluix_block ae2:fluix_block ae2:fluix_block
|
||||
-> 4 ae2:fluix_stairs
|
||||
|
||||
shaped=
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
group= oredictionary:itemIlluminatedPanel -> monitor
|
||||
group= ae2:interface ae2:part.Interface -> interface
|
||||
|
||||
group= ae2:ToolCertusQuartzCuttingKnife:* ae2:ToolNetherQuartzCuttingKnife:* -> knife
|
||||
group= ae2:ToolCertusQuartzWrench ae2:ToolNetherQuartzWrench -> wrench
|
||||
group= ae2:certus_quartz_cutting_knife:* ae2:nether_quartz_cutting_knife:* -> knife
|
||||
group= ae2:certus_quartz_wrench ae2:nether_quartz_wrench -> wrench
|
||||
|
||||
group= ae2:cable_glass ae2:cable_covered ae2:cable_smart -> cable
|
||||
group= ae2:cable_dense -> densecable
|
||||
|
||||
Reference in New Issue
Block a user