Fixes #877
This commit is contained in:
parent
e93c580528
commit
2c53c16010
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ public class BlockMFE extends BlockEnergyStorage {
|
|||
@Override
|
||||
public List<ItemStack> getDrops(final IBlockAccess world, final BlockPos pos, final IBlockState state, final int fortune) {
|
||||
final ArrayList<ItemStack> list = new ArrayList<>();
|
||||
list.add(new ItemStack(ModBlocks.MACHINE_FRAMES, 1, 1));
|
||||
list.add(new ItemStack(ModBlocks.MACHINE_FRAMES, 0, 1));
|
||||
return list;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue