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:
Sebastian Hartte 2016-10-05 00:51:18 +02:00
parent 4cb7a9e6f4
commit 04e4fd10a5
3 changed files with 6 additions and 6 deletions

View file

@ -58,7 +58,7 @@ public class AEItemResolver implements ISubItemResolver
if( itemName.startsWith( "lumen_paint_ball." ) ) 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" ) ) if( itemName.equals( "cable_glass" ) )

View file

@ -5,9 +5,9 @@ shaped=
-> 4 ae2:chiseled_quartz_stairs -> 4 ae2:chiseled_quartz_stairs
shaped= shaped=
ae2:fluix _ _, ae2:fluix_block _ _,
ae2:fluix ae2:fluix _, ae2:fluix_block ae2:fluix_block _,
ae2:fluix ae2:fluix ae2:fluix ae2:fluix_block ae2:fluix_block ae2:fluix_block
-> 4 ae2:fluix_stairs -> 4 ae2:fluix_stairs
shaped= shaped=

View file

@ -1,8 +1,8 @@
group= oredictionary:itemIlluminatedPanel -> monitor group= oredictionary:itemIlluminatedPanel -> monitor
group= ae2:interface ae2:part.Interface -> interface group= ae2:interface ae2:part.Interface -> interface
group= ae2:ToolCertusQuartzCuttingKnife:* ae2:ToolNetherQuartzCuttingKnife:* -> knife group= ae2:certus_quartz_cutting_knife:* ae2:nether_quartz_cutting_knife:* -> knife
group= ae2:ToolCertusQuartzWrench ae2:ToolNetherQuartzWrench -> wrench group= ae2:certus_quartz_wrench ae2:nether_quartz_wrench -> wrench
group= ae2:cable_glass ae2:cable_covered ae2:cable_smart -> cable group= ae2:cable_glass ae2:cable_covered ae2:cable_smart -> cable
group= ae2:cable_dense -> densecable group= ae2:cable_dense -> densecable