Crafting progress might be a thing.

This commit is contained in:
AlgorithmX2
2014-05-07 19:59:05 -05:00
parent 1db9283eed
commit b4e8dada38
2 changed files with 14 additions and 0 deletions
@@ -154,4 +154,9 @@ public class TileMolecularAssembler extends AENetworkInvTile implements IAEAppEn
}
public int getCraftingProgress()
{
return 0;
}
}