Particle Settings

Grinder Fix.
This commit is contained in:
AlgorithmX2
2014-01-29 20:47:55 -06:00
parent e7575c157b
commit 1b6455421e
22 changed files with 127 additions and 41 deletions
+5
View File
@@ -27,4 +27,9 @@ public class ToolQuartzAxe extends ItemAxe implements IAEFeature
feature = new AEFeatureHandler( EnumSet.of( Type, AEFeature.QuartzAxe ), this, Type.name() );
}
@Override
public void postInit()
{
// override!
}
}
+5
View File
@@ -27,4 +27,9 @@ public class ToolQuartzHoe extends ItemHoe implements IAEFeature
feature = new AEFeatureHandler( EnumSet.of( Type, AEFeature.QuartzHoe ), this, Type.name() );
}
@Override
public void postInit()
{
// override!
}
}
@@ -27,4 +27,9 @@ public class ToolQuartzPickaxe extends ItemPickaxe implements IAEFeature
feature = new AEFeatureHandler( EnumSet.of( Type, AEFeature.QuartzPickaxe ), this, Type.name() );
}
@Override
public void postInit()
{
// override!
}
}
+5
View File
@@ -27,4 +27,9 @@ public class ToolQuartzSpade extends ItemSpade implements IAEFeature
feature = new AEFeatureHandler( EnumSet.of( Type, AEFeature.QuartzSpade ), this, Type.name() );
}
@Override
public void postInit()
{
// override!
}
}
+5
View File
@@ -25,4 +25,9 @@ public class ToolQuartzSword extends ItemSword implements IAEFeature
feature = new AEFeatureHandler( EnumSet.of( Type, AEFeature.QuartzSword ), this, Type.name() );
}
@Override
public void postInit()
{
// override!
}
}