diff options
| author | Foghrye4 <foghrye4@gmail.com> | 2017-03-21 17:34:07 +0300 |
|---|---|---|
| committer | Foghrye4 <foghrye4@gmail.com> | 2017-03-21 17:34:07 +0300 |
| commit | 7305ba719930ea3fbf8aa987aeec48b33cdbd82e (patch) | |
| tree | 2307517925d965cd9228c8649013b07639987846 /ihl/utils/IHLUtils.java | |
| parent | 5cb4c6e24033cf337812390d99a6817d24d21eab (diff) | |
Oregen
Diffstat (limited to 'ihl/utils/IHLUtils.java')
| -rw-r--r-- | ihl/utils/IHLUtils.java | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ihl/utils/IHLUtils.java b/ihl/utils/IHLUtils.java index 84c04a1..f47673c 100644 --- a/ihl/utils/IHLUtils.java +++ b/ihl/utils/IHLUtils.java @@ -15,10 +15,6 @@ import ihl.metallurgy.constants.*; import ihl.processing.invslots.InvSlotConsumableLiquidIHL;
import ihl.recipes.IRecipeInputFluid;
-import java.io.BufferedWriter;
-import java.io.File;
-import java.io.FileOutputStream;
-import java.io.OutputStreamWriter;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
@@ -926,18 +922,10 @@ public class IHLUtils { if (block1 != Blocks.air) {
--ebs.blockRefCount;
-
- if (block1.getTickRandomly()) {
- --ebs.tickRefCount;
- }
}
if (block != Blocks.air) {
++ebs.blockRefCount;
-
- if (block.getTickRandomly()) {
- ++ebs.tickRefCount;
- }
}
int i1 = Block.getIdFromBlock(block);
|
