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
@@ -49,4 +49,9 @@ public class AEBaseItem extends Item implements IAEFeature
return false;
}
@Override
public void postInit()
{
// override!
}
}