Hyph setfeature

This commit is contained in:
thatsIch
2014-09-20 23:26:30 +02:00
parent c4e20b96ec
commit 279e94ed91
26 changed files with 26 additions and 26 deletions
@@ -21,7 +21,7 @@ public class ToolQuartzCuttingKnife extends AEBaseItem implements IGuiItem
public ToolQuartzCuttingKnife(AEFeature Type) {
super( ToolQuartzCuttingKnife.class, Type.name() );
setfeature( EnumSet.of( type = Type, AEFeature.QuartzKnife ) );
setFeature( EnumSet.of( type = Type, AEFeature.QuartzKnife ) );
setMaxDamage( 50 );
setMaxStackSize( 1 );
}