Fixes #170 and fixes #167

This commit is contained in:
Modmuss50 2015-10-07 08:34:24 +01:00
parent 7d052a3292
commit 9c52e0ace7
27 changed files with 41 additions and 112 deletions

View file

@ -75,8 +75,8 @@ public class BlockIndustrialSawmill extends BlockMachineBase {
}
@Override
public Item getItemDropped(int meta, Random random, int fortune) {
return IC2Items.getItem("advancedMachine").getItem();
public boolean isAdvanced() {
return true;
}
@Override